IDBDataSourceAdmin

IDBDataSourceAdmin is an optional interface for creating, destroying, and modifying data sources.

It is important to distinguish between the data source object and the data source. The data source object is the object used by the consumer code. The data source is the actual source of data, such as a server database.

Method Description
CreateDataSource Creates a new data source and data source object, and initializes the data source object to the data source.
DestroyDataSource Destroys the current data source and leaves the data source object in an uninitialized state.
GetCreationProperties Returns information about the data source creation properties supported by the provider.
ModifyDataSource Modifies the current data source.