IDTSPipelineComponentInfos100 Interface

Définition

Fournit les propriétés et les méthodes pour travailler sur une collection d'objets IDTSPipelineComponentInfo100.

public interface class IDTSPipelineComponentInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("5054BA14-A859-474F-B780-EA632F585C1E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPipelineComponentInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("93EC0D3D-31DF-413E-A2B6-26B44F1A1F79")]
public interface IDTSPipelineComponentInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3F45CECC-74A1-44F7-8AE8-D5885C109E2C")]
public interface IDTSPipelineComponentInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("5054BA14-A859-474F-B780-EA632F585C1E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPipelineComponentInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("93EC0D3D-31DF-413E-A2B6-26B44F1A1F79")>]
type IDTSPipelineComponentInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3F45CECC-74A1-44F7-8AE8-D5885C109E2C")>]
type IDTSPipelineComponentInfos100 = interface
    interface IEnumerable
Public Interface IDTSPipelineComponentInfos100
Implements IEnumerable
Attributs
Implémente

Remarques

Pour plus d’informations, consultez PipelineComponentInfos.

Propriétés

Count

Obtient le nombre d'éléments contenus dans l'instance IDTSPipelineComponentInfos100.

Item[Object]

Obtient l'objet IDTSPipelineComponentInfo100 à partir de la collection.

Méthodes

GetEnumerator()

Retourne un énumérateur à utiliser pour effectuer une itération au sein de la collection IDTSPipelineComponentInfos100.

S’applique à