共用方式為


LevelPropertyCollection.GetEnumerator 方法

取得可逐一查看集合的列舉值。

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

語法

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

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

傳回值

型別:Microsoft.AnalysisServices.AdomdServer.LevelPropertyCollection.Enumerator
可以用於逐一查看集合的 IEnumerator 物件。

請參閱

參考

LevelPropertyCollection 類別

GetEnumerator 多載

Microsoft.AnalysisServices.AdomdServer 命名空間