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 にランタイム接続を追加します。

プロパティ

ConnectionManager
ConnectionManagerID
Description
ID
IdentificationString
Name
ObjectType

メソッド

ReleaseConnectionManager()

適用対象