IDTSRuntimeConnectionCollection100 インターフェイス

定義

IDTSRuntimeConnectionCollection100 オブジェクトのコレクションを格納します。

public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
属性
実装

注釈

外部データソースに接続されるデータフローコンポーネントは、パッケージレベルで作成された ConnectionManager オブジェクトを使って接続します。 このコレクションは、コンポーネントが外部データソースにアクセスするために使用するパッケージ内の接続管理者への参照を格納するために使用されます。

プロパティ

名前 説明
Count

コレクション内の IDTSRuntimeConnection100 オブジェクトの数を返します。

Item[Object]

IDTSRuntimeConnection100パラメータで指定されたIndexオブジェクトを取得します。

メソッド

名前 説明
FindObjectByID(Int32)

リクエストされたオブジェクトをコレクション内のIDで位置特定します。

FindObjectIndexByID(Int32)

リクエストされたオブジェクトのインデックスをそのIDでコレクション内で特定します。

GetEnumerator()

IDTSRuntimeConnectionCollection100を反復できる列挙子を返します。

GetObjectByID(Int32)

コレクションから IDTSRuntimeConnection100 オブジェクトを取得します。

GetObjectIndexByID(Int32)

コレクション内の IDTSRuntimeConnection100 オブジェクトのインデックスを取得します。

GetRuntimeConnectionByName(String)

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

New()

新しい IDTSRuntimeConnection100 オブジェクトを作成し、コレクションに追加します。

NewAt(Int32)

コレクション内の指定された場所に新しい実行時接続を追加します。

RemoveAll()

コレクションから各 IDTSRuntimeConnection100 オブジェクトを削除します。

RemoveObjectByID(Int32)

指定された接続オブジェクトをコレクションから削除します。

RemoveObjectByIndex(Object)

指定されたインデックスの実行時接続をコレクションから削除します。

SetIndex(Int32, Int32)

実行時接続オブジェクトのコレクション内の位置を変更します。

適用対象