共用方式為


LevelCollection.GetEnumerator 方法

Gets an Enumerator for iterating through the collection.

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

語法

'宣告
Public Function GetEnumerator As LevelCollection.Enumerator
'用途
Dim instance As LevelCollection 
Dim returnValue As LevelCollection.Enumerator 

returnValue = instance.GetEnumerator()
public LevelCollection.Enumerator GetEnumerator()
public:
LevelCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> LevelCollection.Enumerator
public function GetEnumerator() : LevelCollection.Enumerator

傳回值

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

請參閱

參考

LevelCollection 類別

GetEnumerator 多載

Microsoft.AnalysisServices.AdomdServer 命名空間