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

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Enumerator

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

See Also

CellPropertyCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top