IDTSPathCollection100 インターフェイス

定義

IDTSPath100 オブジェクトを格納するための、コレクション コンテナーを提供します。

public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")>]
type IDTSPathCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")>]
type IDTSPathCollection100 = interface
    interface IEnumerable
Public Interface IDTSPathCollection100
Implements IEnumerable
属性
実装

注釈

このコレクションの各 IDTSPath100 オブジェクトは、データ フロー タスクの 2 つのコンポーネントの間の接続、つまりデータのフローを表します。

コンポーネント間にパスを確立するには、まずコレクションに新しいパスを追加して、その AttachPathAndPropagateNotifications メソッドを呼び出します。

プロパティ

Count

コレクションに含まれる IDTSPath100 オブジェクトの数を取得します。

Item[Object]

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

メソッド

FindObjectByID(Int32)

コレクション内の要求されたオブジェクトを ID によって検索します。

FindObjectIndexByID(Int32)

コレクション内の要求されたオブジェクトのインデックスを ID によって検索します。

GetEnumerator()

IDTSPathCollection100 を繰り返し処理できる列挙子を返します。

GetObjectByID(Int32)

指定した ID を持つ IDTSPathCollection100 オブジェクトを取得します。

GetObjectIndexByID(Int32)

指定した ID を持つ IDTSPath100 オブジェクトのインデックスを取得します。

New()

新しい IDTSPath100 を作成してコレクションに追加します。

NewAt(Int32)

コレクション内の指定した場所に IDTSPath100 オブジェクトを作成します。

RemoveAll()

コレクション内のすべての IDTSPath100 オブジェクトを削除します。

RemoveObjectByID(Int32)

指定した ID パラメーターの IDTSPath100 オブジェクトを削除します。

RemoveObjectByIndex(Object)

指定したインデックスにある IDTSPath100 オブジェクトを削除します。

SetIndex(Int32, Int32)

lOldIndex パラメーターで指定した IDTSPath100 オブジェクトの場所を変更します。

適用対象