IVsDataConnectionFactory 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 Factory service.
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. |