Compartilhar via


Método MiningValueCollection.GetEnumerator

Gets an Enumerator for iterating through the MiningValueCollection collection.

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

Sintaxe

'Declaração
Public Function GetEnumerator As MiningValueCollection.Enumerator
'Uso
Dim instance As MiningValueCollection 
Dim returnValue As MiningValueCollection.Enumerator 

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

Valor de retorno

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningValueCollection.Enumerator
An Enumerator for iterating through the collection.

Consulte também

Referência

MiningValueCollection Classe

Sobrecarregado GetEnumerator

Namespace Microsoft.AnalysisServices.AdomdServer