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]

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

メソッド

名前 説明
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オブジェクトの位置を変更します。

適用対象