Enum ConnectionDataSourceType
Namespace: Aspose.Cells.ExternalConnections
Assembly: Aspose.Cells.dll (25.2.0)
Specifies external database source type
public enum ConnectionDataSourceType
Fields
ADORecordSet = 7
ADO record set
DAOBasedSource = 2
DAO-based source
DSP = 8
DSP
DataFeedDataModel = 101
Data feed data source created by the Spreadsheet Data Model.
FileBasedDataBaseSource = 3
File based database source
ODBCBasedSource = 1
ODBC-based source
OLEDBBasedSource = 5
OLE DB-based source
OLEDBDataModel = 100
OLE DB data source created by the Spreadsheet Data Model.
TextBasedSource = 6
Text-based source
TextDataModel = 103
Text data source created by the Spreadsheet Data Model.
Unknown = 255
Text data source created by the Spreadsheet Data Model.
WebQuery = 4
Web query
WorksheetDataModel = 102
Worksheet data source created by the Spreadsheet Data Model.