Specifies the source of the DEConnection object definition.
Syntax
object.SourceOfData [=value]
The SourceOfData property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an item in the Applies To list. |
| value | A constant or value that specifies the source of data for the DEConnection object, as described in Settings. |
Settings
The settings for value are:
| Constant | Description |
| deOLEDBConnectionString | Use OLE DB Connection String. The source is an OLE DB connection string. |
| deUseODBCDataSource | Use ODBC Datasource. Default. The source is a connection string. |
| deOLEDBFile | Use OLE DB File. The source is an OLE DB file. |