IVsDataConnectionManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the DDEX Connection Manager service.
public interface class IVsDataConnectionManager
[System.Runtime.InteropServices.Guid("42503C6C-3D54-4986-BC13-AE6855CE89B8")]
public interface IVsDataConnectionManager
[<System.Runtime.InteropServices.Guid("42503C6C-3D54-4986-BC13-AE6855CE89B8")>]
type IVsDataConnectionManager = interface
Public Interface IVsDataConnectionManager
- Attributes
Methods
GetConnection(Guid, String, Boolean, Boolean) |
Retrieves an existing data connection or creates a new data connection that matches the specified provider GUID and connection string. Also, optionally updates the connection string of the returned connection. |
GetConnection(Guid, String, Boolean) |
Retrieves an existing data connection or creates a new data connection that matches the specified provider GUID and connection string. |
InvalidateConnection(Guid, String, Boolean) |
Removes the specified data connection if it exists and is a weak reference. |
InvalidateConnection(IVsDataConnection) |
Removes the specified data connection if it exists and is a weak reference. |
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. |
IsManaging(IVsDataConnection) |
Indicates whether the connection manager is managing the specified data connection. |