MainPipeClass.IDTSObjectModel100_PathCollection 属性

定义

获取数据流任务的 IDTSPathCollection100 集合。

public:
 virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ IDTSObjectModel100_PathCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPathCollection100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100 IDTSObjectModel100_PathCollection { get; }
member this.IDTSObjectModel100_PathCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100
Public Overridable ReadOnly Property IDTSObjectModel100_PathCollection As IDTSPathCollection100

属性值

任务的 IDTSPathCollection100 集合。

注解

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

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

适用于