MemberCollection.GetEnumerator Method ()

 

Gets an Enumerator for iterating through the collection.

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

Syntax

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

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.MemberCollection.Enumerator

An IEnumerator object that can be used to iterates through the MemberCollection.

See Also

MemberCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top