Compartilhar via


Método MiningStructureCollection.GetEnumerator

Returns an enumerator for iterating through the MiningStructureCollection collection.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
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

Valor de retorno

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningStructureCollection.Enumerator
An enumerator that can be used to iterate through the collection.

Consulte também

Referência

MiningStructureCollection Classe

Sobrecarregado GetEnumerator

Namespace Microsoft.AnalysisServices.AdomdServer