Aspose::Cells::ExternalConnections::ConnectionDataSourceType enum

ConnectionDataSourceType enum

Specifies external database source type.

enum class ConnectionDataSourceType

Values

NameValueDescription
ODBCBasedSource1
ODBC-based source.
DAOBasedSource2
DAO-based source.
FileBasedDataBaseSource3
File based database source.
WebQuery4
Web query.
OLEDBBasedSource5
OLE DB-based source.
TextBasedSource6
Text-based source.
ADORecordSet7
ADO record set.
DSP8
DSP.
OLEDBDataModel100
OLE DB data source created by the Spreadsheet Data Model.
DataFeedDataModel101
Data feed data source created by the Spreadsheet Data Model.
WorksheetDataModel102
Worksheet data source created by the Spreadsheet Data Model.
Table102(Deprecated - Use WorksheetDataModel enum instead. )
Worksheet data source created by the Spreadsheet Data Model.
TextDataModel103
Text data source created by the Spreadsheet Data Model.
Unknown255
Text data source created by the Spreadsheet Data Model.

See Also