IDTSForEachItem100 Interface

Définition

Représente une interface de l'objet ForEachItem.

public interface class IDTSForEachItem100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("89D08D54-8941-4D65-B2D4-950E60EF8042")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForEachItem100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("64FC7B57-7329-43C3-8A94-041811B31339")]
public interface IDTSForEachItem100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("48918CFA-E83B-434A-9916-91495F07CA27")]
public interface IDTSForEachItem100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("89D08D54-8941-4D65-B2D4-950E60EF8042")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForEachItem100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("64FC7B57-7329-43C3-8A94-041811B31339")>]
type IDTSForEachItem100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("48918CFA-E83B-434A-9916-91495F07CA27")>]
type IDTSForEachItem100 = interface
    interface IEnumerable
Public Interface IDTSForEachItem100
Implements IEnumerable
Attributs
Implémente

Propriétés

Count

Obtient le nombre d’éléments contenus dans la collection.

Item[Object]

Obtient un objet IDTSForEachItemValue100 de la collection.

Méthodes

Add()

Ajoute un nouvel objet IDTSForEachItemValue100 vide à la fin de la collection.

GetEnumerator()

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

Remove(Object)

Supprime de la collection un objet IDTSForEachItem100.

S’applique à