Compartilhar via


Método MiningStructureCollection.GetEnumerator

Gets an Enumerator for iterating through the MiningStructureCollection collection.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.MiningStructureCollection.Enumerator
An enumerator that can be used to iterate through the collection.

Consulte também

Referência

MiningStructureCollection Classe

Namespace Microsoft.AnalysisServices.AdomdClient