Freigeben über


MiningServiceParameterCollection.GetEnumerator-Methode

Gets an Enumerator for iterating through the MiningServiceParameterCollection collection.

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

Syntax

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

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

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdServer.MiningServiceParameterCollection.Enumerator
An Enumerator used to iterate through the collection.

Siehe auch

Verweis

MiningServiceParameterCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace