IDTSRuntimeConnection100 インターフェイス

定義

パッケージ内の ConnectionManager オブジェクトを参照します。

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

注釈

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

プロパティ

ConnectionManager

ランタイム接続オブジェクトによって参照されている IDTSConnectionManager100 オブジェクトを取得します。値の設定も可能です。

ConnectionManagerID

パッケージに含まれ、コンポーネントで使用される ConnectionManager オブジェクトの ID を取得します。値の設定も可能です。

Description

IDTSRuntimeConnection100 オブジェクトの説明を取得します。値の設定も可能です。

ID

IDTSRuntimeConnection100 オブジェクトの ID を取得します。値の設定も可能です。

IdentificationString

IDTSRuntimeConnection100 オブジェクトを一意に識別する文字列を取得します。

Name

ランタイム接続オブジェクトの名前を取得します。値の設定も可能です。

ObjectType

ランタイム接続オブジェクトの DTSObjectType を取得します。

メソッド

ReleaseConnectionManager()

ConnectionManager オブジェクトによって参照されている IDTSRuntimeConnection100 に参照を解放します。

適用対象