共用方式為


CubeCollection.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

傳回值

型別:Microsoft.AnalysisServices.AdomdServer.CubeCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.

請參閱

參考

CubeCollection 類別

GetEnumerator 多載

Microsoft.AnalysisServices.AdomdServer 命名空間