The DataSource type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Connect |
Creates a DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode,
the user may be prompted for additional settings.
| |
| ConnectCore |
Creates a DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode,
the user may be prompted for additional settings.
| |
| ConnectWithDelayedPrompting |
Creates a DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode,
the user may be prompted for additional settings.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GenerateDataHistoryCore |
Create detail information for the DataSource.
See DataHistoryBuilder for more information on
how to add detailed information to the data history.
| |
| GetService T |
Convenience method to fetch a service for inheritors.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SupportsWebPromptingCore |
Override this method to indicate whether the data source supports prompting using a web UI.
|
See Also