IVsDataConnectionFactory Interface

Definition

Provides the ability to create stand-alone instances of the IVsDataConnection class.

public interface class IVsDataConnectionFactory
[System.Runtime.InteropServices.Guid("C42DEB5D-2382-4537-842C-B50E2A61BDE2")]
public interface IVsDataConnectionFactory
[<System.Runtime.InteropServices.Guid("C42DEB5D-2382-4537-842C-B50E2A61BDE2")>]
type IVsDataConnectionFactory = interface
Public Interface IVsDataConnectionFactory
Attributes

Methods

CreateConnection(Guid, String, Boolean)

Initializes a new instance of the IVsDataConnection class with the specified connection information.

MakeConnectionFrom(Guid, Object)

Initializes a new instance of the IVsDataConnection class for the specified provider from an existing underlying provider object.

Applies to