Proprietà IDTSApplication100.PipelineComponentInfos

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Returns a IDTSPipelineComponentInfos100 collection that contains IDTSPipelineComponentInfo100 objects.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSApplication100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper