OlapInfoHierarchyCollection.GetEnumerator Method ()

 

Gets an instance of the Enumerator class for iterating through the collection.

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

Syntax

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

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.Enumerator

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

See Also

OlapInfoHierarchyCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top