Compartilhar via


Propriedade do RDL ApplicationClass.PipelineComponentInfos

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Returns a PipelineComponentInfos collection that contains PipelineComponentInfo objects.

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100 
    Get
'Uso
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

Valor da propriedade

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

Implementa

IDTSApplication100.PipelineComponentInfos

Consulte também

Referência

ApplicationClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper