LevelCollection.GetEnumerator メソッド
コレクションの反復処理に使用する Enumerator を取得します。
名前空間: 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
コレクションの反復処理に使用できる IEnumerator オブジェクトです。