Compartilhar via


Propriedade do RDL IDTSApplication100.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 IDTSPipelineComponentInfos100 collection that contains IDTSPipelineComponentInfo100 objects.

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

Sintaxe

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

Valor da propriedade

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

Consulte também

Referência

IDTSApplication100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper