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


Метод MemberCollection.GetEnumerator

Gets an Enumerator for iterating through the collection.

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

Синтаксис

'Декларация
Public Function GetEnumerator As MemberCollection.Enumerator
'Применение
Dim instance As MemberCollection 
Dim returnValue As MemberCollection.Enumerator 

returnValue = instance.GetEnumerator()
public MemberCollection.Enumerator GetEnumerator()
public:
MemberCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> MemberCollection.Enumerator
public function GetEnumerator() : MemberCollection.Enumerator

Возвращаемое значение

Тип: Microsoft.AnalysisServices.AdomdClient.MemberCollection.Enumerator
An IEnumerator object that can be used to iterates through the MemberCollection.

См. также

Справочник

MemberCollection Класс

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