Compartilhar via


Classe VariableEnumerator

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public NotInheritable Class VariableEnumerator _
    Inherits DtsEnumerator
'Uso
Dim instance As VariableEnumerator
public sealed class VariableEnumerator : DtsEnumerator
public ref class VariableEnumerator sealed : public DtsEnumerator
[<SealedAttribute>]
type VariableEnumerator =  
    class
        inherit DtsEnumerator
    end
public final class VariableEnumerator extends DtsEnumerator

O tipo VariableEnumerator expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Current Gets the current Variable object from the collection.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público MoveNext Advances the enumerator to the next element of the collection. (Herdado de DtsEnumerator.)
Método público Reset Sets the enumerator to its initial position, which is before the first element in the collection. (Herdado de DtsEnumerator.)
Método público ToString (Herdado de Object.)

Início

Comentários

This class inherits from the DtsEnumerator class.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência