MiningServiceCollection.GetEnumerator-Methode
Gets an Enumerator for iterating through the MiningServiceCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningServiceCollection.Enumerator
'Usage
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
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdServer.MiningServiceCollection.Enumerator
An Enumerator used to iterate through the collection.