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