Metodo CubeCollection.GetEnumerator
Gets an enumerator for iterating through the CubeCollection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Function GetEnumerator As CubeCollection.Enumerator
'Utilizzo
Dim instance As CubeCollection
Dim returnValue As CubeCollection.Enumerator
returnValue = instance.GetEnumerator()
public CubeCollection.Enumerator GetEnumerator()
public:
CubeCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> CubeCollection.Enumerator
public function GetEnumerator() : CubeCollection.Enumerator
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdClient.CubeCollection.Enumerator
An IEnumerator object that can be used for iterating through the CubeCollection.