MiningParameterCollection.GetEnumerator メソッド

コレクションの反復処理に使用する Enumerator を取得します。

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

構文

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

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

戻り値

型: Microsoft.AnalysisServices.AdomdServer.MiningParameterCollection.Enumerator
コレクションの反復処理に使用できる Enumerator です。

関連項目

参照

MiningParameterCollection クラス

GetEnumerator オーバーロード

Microsoft.AnalysisServices.AdomdServer 名前空間