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()

IDTSRuntimeConnection100オブジェクトが参照するConnectionManagerへの参照を解放します。

適用対象