IDTSPipeline100.PathCollection 属性

定义

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSPathCollection100 ^ PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSPathCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(13)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSPathCollection100 PathCollection { [System.Runtime.InteropServices.DispId(13)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
member this.PathCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSPathCollection100
Public ReadOnly Property PathCollection As IDTSPathCollection100

属性值

任务的 IDTSPathCollection100 集合。

实现

属性

注解

此集合包含 IDTSPath100 数据流任务中存储的对象。 集合中的每个路径描述上游组件与IDTSInput100下游组件之间的连接IDTSOutput100

通过调用 New 该方法,将创建新的断开连接路径并将其添加到集合中。 若要在两个组件之间建立路径, AttachPathAndPropagateNotifications 将调用该方法。

适用于