ArcObjects Library Reference  (Schematic)    

INgDataSource Interface

Provides access to members that control the datasource.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

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...).

Members

Description
Read-only property ClassID CLSID of the schematic datasource.
Method CreateRecordset Create a recordset by executing the 'request' request from the datasource.
Read-only property Description Description of the datasource.
Read/write property InitString Name of the UDL Microsoft component used for connecting to the database.
Read/write property Name Name allowing the datasource to be referenced.
Read/write property Object COM object related to the datasource.
Method Open Opens the datasource.
Read/write property Persisted Indicates if the datasource must be automatically reopened by the framework.
Read-only property Type Type of the connection used to connect the datasource.

CoClasses that implement INgDataSource

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.

 


Feedback Send feedback on this page