共用方式為


ApplicationClass.PipelineComponentInfos 屬性

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

Returns a PipelineComponentInfos collection that contains PipelineComponentInfo objects.

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

語法

'宣告
Public Overridable ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100 
    Get
'用途
Dim instance As ApplicationClass 
Dim value As IDTSPipelineComponentInfos100 

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

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfos100
A PipelineComponentInfos collection that contains all the PipelineComponentInfo objects for the application.

實作

IDTSApplication100.PipelineComponentInfos

請參閱

參考

ApplicationClass 類別

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