IDTSObjectModel100_PathCollection 属性

Gets the IDTSPathCollection100 collection for a data flow task.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public Overridable ReadOnly Property IDTSObjectModel100_PathCollection As IDTSPathCollection100
    Get
用法
Dim instance As MainPipeClass
Dim value As IDTSPathCollection100

value = instance.IDTSObjectModel100_PathCollection
public virtual IDTSPathCollection100 IDTSObjectModel100_PathCollection { get; }
public:
virtual property IDTSPathCollection100^ IDTSObjectModel100_PathCollection {
    IDTSPathCollection100^ get ();
}
abstract IDTSObjectModel100_PathCollection : IDTSPathCollection100
override IDTSObjectModel100_PathCollection : IDTSPathCollection100
function get IDTSObjectModel100_PathCollection () : IDTSPathCollection100

实现

IDTSObjectModel100. . :: . .PathCollection

注释

This collection contains the IDTSPath100 objects stored in the data flow task. Each path in the collection describes a connection between the IDTSOutput100 of an upstream component and the IDTSInput100 of the downstream component.

New disconnected paths are created and added to the collection by calling the New method. To establish a path between two components, the AttachPathAndPropagateNotifications method is called.