IDTSPathCollection100 インターフェイス

定義

public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6A331EBD-A950-43B5-83A2-033585F417F7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6A331EBD-A950-43B5-83A2-033585F417F7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
    interface IEnumerable
Public Interface IDTSPathCollection100
Implements IEnumerable
属性
実装

注釈

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

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

適用対象