共用方式為


IDTSObjectModel100.PathCollection 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the IDTSPathCollection100 that contains a collection of IDTSPath100 for a data flow task.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property PathCollection As IDTSPathCollection100 
    Get
'用途
Dim instance As IDTSObjectModel100 
Dim value As IDTSPathCollection100 

value = instance.PathCollection
IDTSPathCollection100 PathCollection { get; }
property IDTSPathCollection100^ PathCollection {
    IDTSPathCollection100^ get ();
}
abstract PathCollection : IDTSPathCollection100
function get PathCollection () : IDTSPathCollection100

屬性值

型別:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPathCollection100
The IDTSPathCollection100 object.

請參閱

參考

IDTSObjectModel100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間