Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an Enumerator for iterating through the collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningParameterCollection.Enumerator
'Usage
Dim instance As MiningParameterCollection
Dim returnValue As MiningParameterCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningParameterCollection.Enumerator GetEnumerator()
public:
MiningParameterCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> MiningParameterCollection.Enumerator
public function GetEnumerator() : MiningParameterCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningParameterCollection.Enumerator
An Enumerator that can be used to iterate through the collection.