DataConnectionFactory Class

Definition

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

public ref class DataConnectionFactory abstract
[System.Runtime.InteropServices.Guid("654C847E-E6ED-4217-9ABF-A6208631F73F")]
public abstract class DataConnectionFactory
[<System.Runtime.InteropServices.Guid("654C847E-E6ED-4217-9ABF-A6208631F73F")>]
type DataConnectionFactory = class
Public MustInherit Class DataConnectionFactory
Inheritance
DataConnectionFactory
Attributes

Constructors

DataConnectionFactory()

Class constructor.

Methods

CreateDataConnection(Guid, String, Boolean)

Creates a new instance of the DataConnection class with the specified connection information.

CreateDataConnectionImpl(Guid, String, Boolean)

This member supports the DDEX infrastructure and is not intended to be used directly from your code.

MakeDataConnectionFrom(Guid, Object)

Creates a new instance of the DataConnection class for the specified provider from an existing underlying provider object.

MakeDataConnectionFromImpl(Guid, Object)

This member supports the DDEX infrastructure and is not intended to be used directly from your code.

Applies to