CellCollection.GetEnumerator メソッド

CellCollection を反復処理する列挙子を返します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public Function GetEnumerator As CellCollection.Enumerator
'使用
Dim instance As CellCollection 
Dim returnValue As CellCollection.Enumerator 

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

戻り値

型: Microsoft.AnalysisServices.AdomdClient.CellCollection.Enumerator
CellCollection の反復処理に使用できる CellCollection.Enumerator オブジェクトです。

関連項目

参照

CellCollection クラス

Microsoft.AnalysisServices.AdomdClient 名前空間