MemberCollection.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 MemberCollection.Enumerator
'Usage
Dim instance As MemberCollection 
Dim returnValue As MemberCollection.Enumerator 

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

Return Value

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

See Also

Reference

MemberCollection Class

GetEnumerator Overload

Microsoft.AnalysisServices.AdomdServer Namespace