Метод GetEnumerator

Returns an enumerator for iterating through the MiningStructureCollection collection.

Пространство имен:  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