Метод GetEnumerator
Gets an instance of the Enumerator class for iterating through the collection.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function GetEnumerator As OlapInfoPropertyCollection..::..Enumerator
'Применение
Dim instance As OlapInfoPropertyCollection
Dim returnValue As OlapInfoPropertyCollection..::..Enumerator
returnValue = instance.GetEnumerator()
public OlapInfoPropertyCollection..::..Enumerator GetEnumerator()
public:
OlapInfoPropertyCollection..::..Enumerator GetEnumerator()
member GetEnumerator : unit -> OlapInfoPropertyCollection..::..Enumerator
public function GetEnumerator() : OlapInfoPropertyCollection..::..Enumerator
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AdomdClient. . :: . .OlapInfoPropertyCollection. . :: . .Enumerator
См. также