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


Метод CubeCollection.GetEnumerator

Gets an enumerator for iterating through the CubeCollection.

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

Синтаксис

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

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

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

Тип: Microsoft.AnalysisServices.AdomdClient.CubeCollection.Enumerator
An IEnumerator object that can be used for iterating through the CubeCollection.

См. также

Справочник

CubeCollection Класс

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