IVsDataConnectionManager Interface

Definition

Represents a shared set of data connection objects that are created on demand and managed by Visual Studio.

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)

Retrieves an existing data connection or creates a new data connection that matches the specified provider GUID and connection string.

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.

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.

Applies to