Compartilhar via


Classe MemberCollection.Enumerator

Supports iterating over a MemberCollection and reading its individual Member objects.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.MemberCollection.Enumerator

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public NotInheritable Class Enumerator _
    Implements IEnumerator, IDisposable
'Uso
Dim instance As MemberCollection.Enumerator
public sealed class Enumerator : IEnumerator, 
    IDisposable
public ref class Enumerator sealed : IEnumerator, 
    IDisposable
[<SealedAttribute>]
type Enumerator =  
    class 
        interface IEnumerator 
        interface IDisposable 
    end
public final class Enumerator implements IEnumerator, IDisposable

O tipo MemberCollection.Enumerator expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Current Gets the current Member in the MemberCollection.

Início

Métodos

  Nome Descrição
Método público {dtor} Releases all resources used by the MemberCollection.Enumerator.
Método público Dispose Releases all resources used by the MemberCollection.Enumerator.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público MoveNext Moves to the next Member in the MemberCollection.
Método público Reset Sets the enumerator to its initial position, which is before the first element in the collection.
Método público ToString (Herdado de Object.)

Início

Comentários

In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.

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

Namespace Microsoft.AnalysisServices.AdomdServer