ConnectionDataSourceType Enum
ConnectionDataSourceType Enum
Specifies external database source type
type ConnectionDataSourceType int32
Fields
| Field | Description |
|---|---|
| ODBCBasedSource | ODBC-based source |
| DAOBasedSource | DAO-based source |
| FileBasedDataBaseSource | File based database source |
| WebQuery | Web query |
| OLEDBBasedSource | OLE DB-based source |
| TextBasedSource | Text-based source |
| ADORecordSet | ADO record set |
| DSP | DSP |
| OLEDBDataModel | OLE DB data source created by the Spreadsheet Data Model. |
| DataFeedDataModel | Data feed data source created by the Spreadsheet Data Model. |
| WorksheetDataModel | Worksheet data source created by the Spreadsheet Data Model. |
| TextDataModel | Text data source created by the Spreadsheet Data Model. |
| Unknown | Text data source created by the Spreadsheet Data Model. |