Partager via


Interface IDTSPipelineComponentInfos100

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

Provides properties and methods for working on a collection of IDTSPipelineComponentInfo100 objects.

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

Syntaxe

'Déclaration
<GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")> _
Public Interface IDTSPipelineComponentInfos100 _
    Inherits IEnumerable
'Utilisation
Dim instance As IDTSPipelineComponentInfos100
[GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")]
public interface IDTSPipelineComponentInfos100 : IEnumerable
[GuidAttribute(L"DC6BF235-A348-46FC-AEC7-9095CAE9FD93")]
public interface class IDTSPipelineComponentInfos100 : IEnumerable
[<GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")>]
type IDTSPipelineComponentInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSPipelineComponentInfos100 extends IEnumerable

Le type IDTSPipelineComponentInfos100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Infrastructure. Gets the number of elements contained in the IDTSPipelineComponentInfos100 instance.
Propriété publique Item Infrastructure. Gets the IDTSPipelineComponentInfo100 object from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the IDTSPipelineComponentInfos100 collection.

Haut de la page

Notes

For more information, see PipelineComponentInfos.

Voir aussi

Référence

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