MemberPropertyCollection.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 MemberPropertyCollection.Enumerator GetEnumerator()
public:
MemberPropertyCollection::Enumerator GetEnumerator()
member GetEnumerator : unit -> MemberPropertyCollection.Enumerator
Public Function GetEnumerator As MemberPropertyCollection.Enumerator

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Enumerator

An Enumerator.

See Also

MemberPropertyCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top