Compartir a través de


GetEnumerator Método

Returns an enumerator for iterating through the MiningStructureCollection collection.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Function GetEnumerator As MiningStructureCollection..::..Enumerator
'Uso
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