IVsDataConnectionManager.IsManaging Method
Include Protected Members
Include Inherited Members
Indicates whether the connection manager is managing the specified data connection.
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 | |
---|---|---|
IsManaging(IVsDataConnection) | Indicates whether the connection manager is managing the specified data connection. | |
IsManaging(Guid, String, Boolean) | Indicates whether the connection manager is managing the data connection specified by the provider, the connection string, and the encrypted connection string. |
Top