GetEnumerator メソッド
コレクションの繰り返し処理で使用する Enumerator クラスのインスタンスを取得します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public Function GetEnumerator As OlapInfoPropertyCollection..::..Enumerator
'使用
Dim instance As OlapInfoPropertyCollection
Dim returnValue As OlapInfoPropertyCollection..::..Enumerator
returnValue = instance.GetEnumerator()
public OlapInfoPropertyCollection..::..Enumerator GetEnumerator()
public:
OlapInfoPropertyCollection..::..Enumerator GetEnumerator()
member GetEnumerator : unit -> OlapInfoPropertyCollection..::..Enumerator
public function GetEnumerator() : OlapInfoPropertyCollection..::..Enumerator