ISqlDataSourceModel Properties
If implemented, accumulates intermediate SQL data source settings during the execution of the Data Source Wizard.| Name | Description |
|---|---|
| ConnectionName | If implemented, specifies the name of a data connection. Inherited from IDataComponentModelWithConnection. |
| DataConnection | Inherited from ISqlDataConnectionModel. |
| DataSchema | If implemented, specifies the data source schema. Inherited from IDataComponentModel. |
| Queries | If implemented, provides access to the collection of SQL queries displayed in the Data Source Wizard. |
| Query | If implemented, specifies the SqlQuery. |
| Relations | If implemented, provides access to the collection of master-detail relationships of the ISqlDataSourceModel. |
| ShouldSaveConnection | If implemented, specifies how and where to store the connection string. Inherited from IDataComponentModelWithConnection. |
| SqlQueryText | If implemented, specifies the SQL string. |
See Also