IDataComponentModelWithConnection Properties
The base for interfaces that accumulate intermediate settings of data sources with data connections during the execution of the Data Source Wizard.| Name | Description |
|---|---|
| ConnectionName | If implemented, specifies the name of a data connection. |
| DataConnection | If implemented, specifies a connection to a data source. |
| DataSchema | If implemented, specifies the data source schema. Inherited from IDataComponentModel. |
| ShouldSaveConnection | If implemented, specifies how and where to store the connection string. |
See Also