Partager via


Propriété ApplicationClass.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 PipelineComponentInfos collection that contains PipelineComponentInfo objects.

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

Syntaxe

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

Valeur de propriété

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

Implémente

IDTSApplication100.PipelineComponentInfos

Voir aussi

Référence

ApplicationClass Classe

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