LevelPropertyCollection.GetEnumerator メソッド

コレクションの反復処理に使用する Enumerator を取得します。

名前空間:  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 名前空間