共用方式為


GetEnumerator 方法

Gets an Enumerator for iterating through the collection.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Function GetEnumerator As CubeCollection..::..Enumerator
'用途
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