Metodo OlapInfoCubeCollection.GetEnumerator

Gets an instance of the Enumerator class for iterating through the collection.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Function GetEnumerator As OlapInfoCubeCollection.Enumerator
'Utilizzo
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

Valore restituito

Tipo: Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Enumerator
An IEnumerator object that can be used to iterate through the OlapInfoCubeCollection.

Vedere anche

Riferimento

OlapInfoCubeCollection Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient