IDTSRuntimeConnection100 インターフェイス

定義

public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("5F0422E1-9AF0-4A92-8874-E54A065456A9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("5F0422E1-9AF0-4A92-8874-E54A065456A9")>]
[<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 に実行時接続を追加します。

適用対象