Freigeben über


MiningParameterCollection.GetEnumerator-Methode

Ruft einen Enumerator zum Durchlaufen der Auflistung ab.

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

Syntax

'Declaration
Public Function GetEnumerator As MiningParameterCollection.Enumerator
'Usage
Dim instance As MiningParameterCollection 
Dim returnValue As MiningParameterCollection.Enumerator 

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

Rückgabewert

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

Siehe auch

Verweis

MiningParameterCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace