次の方法で共有


GetEnumerator メソッド

コレクションの繰り返し処理で使用する Enumerator を取得します。

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

構文

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

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