Compartilhar via


Método MiningServiceCollection.GetEnumerator

Gets an Enumerator for iterating through the MiningServiceCollection collection.

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

Sintaxe

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

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

Valor de retorno

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningServiceCollection.Enumerator
An Enumerator used to iterate through the collection.

Consulte também

Referência

MiningServiceCollection Classe

Sobrecarregado GetEnumerator

Namespace Microsoft.AnalysisServices.AdomdServer