MiningServiceParameterCollection.GetEnumerator Method ()

 

Gets an Enumerator for iterating through the MiningServiceParameterCollection collection.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public MiningServiceParameterCollection.Enumerator GetEnumerator()
public:
MiningServiceParameterCollection::Enumerator GetEnumerator()
member GetEnumerator : unit -> MiningServiceParameterCollection.Enumerator
Public Function GetEnumerator As MiningServiceParameterCollection.Enumerator

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.Enumerator

An IEnumerator object that can be used to iterate through the collection.

See Also

MiningServiceParameterCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top