Partager via


Classe ForEachVariableMappingEnumerator

Supports iteration over the ForEachVariableMappings collection. This class cannot be inherited.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsEnumerator
    Microsoft.SqlServer.Dts.Runtime..::..ForEachVariableMappingEnumerator

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

Syntaxe

'Déclaration
Public NotInheritable Class ForEachVariableMappingEnumerator _
    Inherits DtsEnumerator
'Utilisation
Dim instance As ForEachVariableMappingEnumerator
public sealed class ForEachVariableMappingEnumerator : DtsEnumerator
public ref class ForEachVariableMappingEnumerator sealed : public DtsEnumerator
[<SealedAttribute>]
type ForEachVariableMappingEnumerator =  
    class
        inherit DtsEnumerator
    end
public final class ForEachVariableMappingEnumerator extends DtsEnumerator

Le type ForEachVariableMappingEnumerator expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Current Gets the current ForEachVariableMapping object from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique MoveNext Advances the enumerator to the next element of the collection. (hérité de DtsEnumerator.)
Méthode publique Reset Sets the enumerator to its initial position, which is before the first element in the collection. (hérité de DtsEnumerator.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.