PropertyCollection.GetEnumerator メソッド
PropertyCollection コレクションの反復処理に使用する Enumerator を取得します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public Function GetEnumerator As PropertyCollection.Enumerator
'使用
Dim instance As PropertyCollection
Dim returnValue As PropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public PropertyCollection.Enumerator GetEnumerator()
public:
PropertyCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> PropertyCollection.Enumerator
public function GetEnumerator() : PropertyCollection.Enumerator
戻り値
型: Microsoft.AnalysisServices.AdomdServer.PropertyCollection.Enumerator
コレクションの反復処理に使用する PropertyCollection.Enumerator です。