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