Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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