HierarchyCollection.GetEnumerator Method

Gets an enumerator for iterating through the collection.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetEnumerator As HierarchyCollection.Enumerator
'Usage
Dim instance As HierarchyCollection 
Dim returnValue As HierarchyCollection.Enumerator 

returnValue = instance.GetEnumerator()
public HierarchyCollection.Enumerator GetEnumerator()
public:
HierarchyCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> HierarchyCollection.Enumerator
public function GetEnumerator() : HierarchyCollection.Enumerator

Return Value

Type: Microsoft.AnalysisServices.AdomdServer.HierarchyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.

See Also

Reference

HierarchyCollection Class

GetEnumerator Overload

Microsoft.AnalysisServices.AdomdServer Namespace