IVsDataConnectionManager Members
Include Protected Members
Include Inherited Members
Represents a shared set of data connection objects that are created on demand and managed by Visual Studio.
Methods
Name | Description | |
---|---|---|
GetConnection | Overloaded. Retrieves an existing data connection or creates a new data connection that matches the specified provider GUID and connection string. | |
InvalidateConnection | Overloaded. Removes the specified data connection if it exists and is a weak reference. | |
IsManaging | Overloaded. Indicates whether the connection manager is managing the specified data connection. |
Top