MiningContentNodeCollection.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 MiningContentNodeCollection.Enumerator GetEnumerator()
public:
MiningContentNodeCollection::Enumerator GetEnumerator()
member GetEnumerator : unit -> MiningContentNodeCollection.Enumerator
Public Function GetEnumerator As MiningContentNodeCollection.Enumerator

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.Enumerator

An Enumerator.

See Also

MiningContentNodeCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top