Partager via


Propriété IDTSApplication100.PipelineComponentInfos

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Returns a IDTSPipelineComponentInfos100 collection that contains IDTSPipelineComponentInfo100 objects.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSApplication100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper