MiningModelColumnCollection.GetEnumerator Method ()

 

Gets an enumerator for iterating through the collection.

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

Syntax

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

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.Enumerator

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

See Also

MiningModelColumnCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top