Provides access to members that control the datasource.
The data source defines the data used as input to or output from the schematic diagrams and their contents (that is, the elements contained in the diagrams). Supported data sources include any type of database (Access, SDE, ESRI geodatabase...).
| Description | ||
|---|---|---|
![]() |
ClassID | CLSID of the schematic datasource. |
![]() |
CreateRecordset | Create a recordset by executing the 'request' request from the datasource. |
![]() |
Description | Description of the datasource. |
![]() |
InitString | Name of the UDL Microsoft component used for connecting to the database. |
![]() |
Name | Name allowing the datasource to be referenced. |
![]() |
Object | COM object related to the datasource. |
![]() |
Open | Opens the datasource. |
![]() |
Persisted | Indicates if the datasource must be automatically reopened by the framework. |
![]() |
Type | Type of the connection used to connect the datasource. |
| CoClasses and Classes | Description |
|---|---|
| NgADODataSource | ADO datasource object. |
| NgADOExtendedDataSource | ADO extended datasource object. |
| NgDAOJetEngineDataSource | DAO jet engine datasource object. |
| NgDAOOdbcDirectDataSource | DAO Odbc direct datasource object. |
| SchematicAccessGDB | Schematic Access Geodatabase object. |
| SchematicFileGDB | Schematic File Geodatabase object. |
| SchematicOleDBGDB | Schematic OleDB Geodatabase object. |
| SchematicSdeGDB | Schematic SDE Geodatabase object. |