Share via


IDTSRuntimeConnection100 Interface

Definition

public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100
[System.Runtime.InteropServices.Guid("D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
[<System.Runtime.InteropServices.Guid("D7FD1DFC-364E-47B3-959A-C66C1DDB3DA5")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
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
ConnectionManagerID
Description
ID
IdentificationString
Name
ObjectType

Methods

ReleaseConnectionManager()

Applies to