Freigeben über


MiningStructureCollection.GetEnumerator-Methode

Gibt einen Enumerator zum Durchlaufen der MiningStructureCollection-Auflistung zurück.

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

Syntax

'Declaration
Public Function GetEnumerator As MiningStructureCollection.Enumerator
'Usage
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

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdServer.MiningStructureCollection.Enumerator
Ein Enumerator, mit dem die Auflistung durchlaufen werden kann.

Siehe auch

Verweis

MiningStructureCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace