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