IDTSRuntimeConnection100 インターフェイス

定義

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
属性
実装

注釈

IDTSRuntimeConnection100オブジェクトはパッケージ内のConnectionManagerオブジェクトへの参照を保持し、コンポーネントが外部データソースへの接続を取得するために使用します。 外部データソースへの接続を必要とするデータフローコンポーネントは、接続の必要性を示すために RuntimeConnectionCollection に実行時接続を追加します。

適用対象