MiningModelCollection.GetEnumerator-Methode
Returns an enumerator for iterating through the collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningModelCollection.Enumerator
'Usage
Dim instance As MiningModelCollection
Dim returnValue As MiningModelCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningModelCollection.Enumerator GetEnumerator()
public:
MiningModelCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> MiningModelCollection.Enumerator
public function GetEnumerator() : MiningModelCollection.Enumerator
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdServer.MiningModelCollection.Enumerator
An enumerator for iterating through the collection.