DataSourceInformation Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Class constructor. Instantiates a nonparameterized instance of the DataSourceInformation class.
DataSourceInformation(DataConnection)
Class constructor. Instantiates a parameterized instance of the DataSourceInformation class that provides the data connection for which the information is provided.
DataSourceInformation(DataConnection, ICollection)
Class constructor. Instantiates a parameterized instance of the DataSourceInformation class, along with the specific connection and an ICollection object containing the connection property names..
DataSourceInformation(DataConnection, IDictionary)
Class constructor. Instantiates a parameterized instance of the DataSourceInformation class along with a specific data connection and an IDictionary object containing connection properties information.
Top