Freigeben über


ApplicationClass.PipelineComponentInfos-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns a PipelineComponentInfos collection that contains PipelineComponentInfo objects.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100 
    Get
'Usage
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

Eigenschaftswert

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

Implementiert

IDTSApplication100.PipelineComponentInfos

Siehe auch

Verweis

ApplicationClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace