MainPipeClass.PathCollection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取数据流任务的 IDTSPathCollection100 集合。
public:
virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(13)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.IDTSPathCollection100
Public Overridable ReadOnly Property PathCollection As IDTSPathCollection100
属性值
任务的 IDTSPathCollection100 集合。
实现
- 属性
注解
此集合包含 IDTSPath100 数据流任务中存储的对象。 集合中的每个路径描述上游组件与IDTSInput100下游组件之间的连接IDTSOutput100。
通过调用 New 该方法,将创建新的断开连接路径并将其添加到集合中。 若要在两个组件之间建立路径, AttachPathAndPropagateNotifications 将调用该方法。