共用方式為


IDTSApplication100.PipelineComponentInfos 屬性

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

Returns a IDTSPipelineComponentInfos100 collection that contains IDTSPipelineComponentInfo100 objects.

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

語法

'宣告
ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100 
    Get
'用途
Dim instance As IDTSApplication100 
Dim value As IDTSPipelineComponentInfos100 

value = instance.PipelineComponentInfos
IDTSPipelineComponentInfos100 PipelineComponentInfos { get; }
property IDTSPipelineComponentInfos100^ PipelineComponentInfos {
    IDTSPipelineComponentInfos100^ get ();
}
abstract PipelineComponentInfos : IDTSPipelineComponentInfos100
function get PipelineComponentInfos () : IDTSPipelineComponentInfos100

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfos100
A IDTSPipelineComponentInfos100 collection that contains all the IDTSPipelineComponentInfo100 objects for the application. This property is read-only.

請參閱

參考

IDTSApplication100 介面

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