The DataSource property specifies a data source name appropriate to the OLE DB provider being used.
object.DataSource [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Data source name |
String
Read/write
HRESULT GetDataSource(BSTR *pRetVal);
HRESULT SetDataSource(BSTR NewValue);
The data source can be a Microsoft® SQL Server™ name, file name, or some other specification meaningful to the provider.