DimensionCollection.GetEnumerator Method

Gets an enumerator that iterates through the DimensionCollection.

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

Syntax

'Declaration
Friend Function GetEnumerator As IEnumerator
'Usage
Dim instance As DimensionCollection 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
internal IEnumerator GetEnumerator()
internal:
virtual IEnumerator^ GetEnumerator() sealed
internal abstract GetEnumerator : unit -> IEnumerator  
internal override GetEnumerator : unit -> IEnumerator
internal final function GetEnumerator() : IEnumerator

Return Value

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

Implements

IEnumerableGetEnumerator

See Also

Reference

DimensionCollection Class

GetEnumerator Overload

Microsoft.AnalysisServices.AdomdServer Namespace