IDataConnectionProperties Members
Include Protected Members
Include Inherited Members
Provides a set of methods and properties that enable the Data Connection dialog box to interact with a specified data provider's connection properties.
The IDataConnectionProperties type exposes the following members.
Methods
Name
Description
Adds a custom property to the existing set of data connection properties recognized by the data provider.
Tests whether a given set of connection properties contains a specified property.
Parses a data connection string that is built from a set of properties into the corresponding set of connection properties.
Removes a custom property from a specified set of data connection properties.
Overloaded.
Tests whether the current set of connection properties can successfully open a connection.
Retrieves a connection string for on-screen display reflecting the current set of connection properties, minus "sensitive" information that should not be displayed.
Retrieves the complete connection string representing the current set of connection properties.
Top
Properties
Name
Description
Retrieves a Boolean value indicating whether the current set of connection property values provides sufficient information to open a connection to the data source.
Retrieves a Boolean value indicating whether the specified set of connection properties is extensible; that is, whether it is possible to add and remove custom properties to the set of connection properties.
Represents a property instance of specified type and value.
Top
Events
Name
Description
Event that is raised when a data provider connection property is changed.
Top