Метод DimensionCollection.GetEnumerator
Gets an enumerator that iterates through the DimensionCollection.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Friend Function GetEnumerator As IEnumerator
'Применение
Dim instance As DimensionCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
internal IEnumerator GetEnumerator()
internal:
virtual IEnumerator^ GetEnumerator() sealed
internal abstract GetEnumerator : unit -> IEnumerator
internal override GetEnumerator : unit -> IEnumerator
internal final function GetEnumerator() : IEnumerator
Возвращаемое значение
Тип: System.Collections.IEnumerator
An IEnumerator object that can be used to iterate through the collection.