Поделиться через


Класс MemberCollection.Enumerator

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

Иерархия наследования

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

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public NotInheritable Class Enumerator _
    Implements IEnumerator, IDisposable
'Применение
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

Тип MemberCollection.Enumerator обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Current Gets the current Member in the MemberCollection.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the MemberCollection.Enumerator.
Открытый метод Dispose Releases all resources used by the MemberCollection.Enumerator.
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод MoveNext Moves to the next Member in the MemberCollection.
Открытый метод Reset Sets the enumerator to its initial position, which is before the first element in the collection.
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdServer