次の方法で共有


CubeCollection.GetEnumerator メソッド

CubeCollection の反復処理に使用する列挙子を取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.CubeCollection.Enumerator
CubeCollection の反復処理に使用できる IEnumerator オブジェクトです。

関連項目

参照

CubeCollection クラス

Microsoft.AnalysisServices.AdomdClient 名前空間