Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets an Enumerator for iterating through the collection.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function GetEnumerator As DimensionCollection.Enumerator
'Применение
Dim instance As DimensionCollection
Dim returnValue As DimensionCollection.Enumerator
returnValue = instance.GetEnumerator()
public DimensionCollection.Enumerator GetEnumerator()
public:
DimensionCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> DimensionCollection.Enumerator
public function GetEnumerator() : DimensionCollection.Enumerator
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AdomdClient.DimensionCollection.Enumerator
An IEnumerator object that can be used to iterate through the DimensionCollection.