MiningModelCollection.GetEnumerator Method

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

Return Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningModelCollection.Enumerator
An enumerator for iterating through the collection.

See Also

Reference

MiningModelCollection Class

GetEnumerator Overload

Microsoft.AnalysisServices.AdomdServer Namespace