MiningValueCollection.GetEnumerator Method

Gets an Enumerator for iterating through the MiningValueCollection collection.

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

Syntax

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

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

Return Value

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

See Also

Reference

MiningValueCollection Class

GetEnumerator Overload

Microsoft.AnalysisServices.AdomdServer Namespace