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