Metodo CubeCollection.GetEnumerator
Gets an Enumerator for iterating through the collection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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.AdomdServer.CubeCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.