IDTSPathCollection100 介面

定義

public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("A923B10F-1D4C-4AD0-82EE-212262BEE0AC")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("A923B10F-1D4C-4AD0-82EE-212262BEE0AC")>]
[<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 物件代表資料流程任務中兩個元件之間的連結或資料流。

元件間的路徑是先透過將新路徑加入集合,然後呼叫其 AttachPathAndPropagateNotifications 方法來建立。

適用於