GetEnumerator Método
Gets an instance of the Enumerator class for iterating through the collection.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Function GetEnumerator As OlapInfoCubeCollection..::..Enumerator
'Uso
Dim instance As OlapInfoCubeCollection
Dim returnValue As OlapInfoCubeCollection..::..Enumerator
returnValue = instance.GetEnumerator()
public OlapInfoCubeCollection..::..Enumerator GetEnumerator()
public:
OlapInfoCubeCollection..::..Enumerator GetEnumerator()
member GetEnumerator : unit -> OlapInfoCubeCollection..::..Enumerator
public function GetEnumerator() : OlapInfoCubeCollection..::..Enumerator
Vea también