IDTSRuntimeConnection100 Interface

Definition

References a ConnectionManager object in a package.

public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("5EE09EA0-3383-4BA7-9E13-86A66B0DAD09")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("AD284E5F-02E6-4908-A96C-AE248F18CE1A")]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BD19BA31-8591-453D-A176-C8FF085C2CF7")]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("5EE09EA0-3383-4BA7-9E13-86A66B0DAD09")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("AD284E5F-02E6-4908-A96C-AE248F18CE1A")>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BD19BA31-8591-453D-A176-C8FF085C2CF7")>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
Public Interface IDTSRuntimeConnection100
Implements IDTSObject100
Attributes
Implements

Remarks

The IDTSRuntimeConnection100 object holds a reference to a ConnectionManager object in the package that is used by the component to acquire a connection to an external data source. Data flow components that require connections to external data sources add a run-time connection to the RuntimeConnectionCollection to indicate their need for a connection.

Properties

ConnectionManager

Gets or sets the IDTSConnectionManager100 object referenced by the run-time connection object.

ConnectionManagerID

Gets or sets the ID of the ConnectionManager object contained in the package and used by the component.

Description

Gets or sets the description of the IDTSRuntimeConnection100 object.

ID

Gets or sets the ID of the IDTSRuntimeConnection100 object.

IdentificationString

Gets a string that uniquely identifies the IDTSRuntimeConnection100 object.

Name

Gets or sets the name of the run-time connection object.

ObjectType

Gets the DTSObjectType of the run-time connection object.

Methods

ReleaseConnectionManager()

Releases the reference to a ConnectionManager referenced by an IDTSRuntimeConnection100 object.

Applies to