Freigeben über


CellCollection.GetEnumerator-Methode

Returns an enumerator that iterates through the CellCollection.

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

Syntax

'Declaration
Public Function GetEnumerator As CellCollection.Enumerator
'Usage
Dim instance As CellCollection 
Dim returnValue As CellCollection.Enumerator 

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

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdClient.CellCollection.Enumerator
An CellCollection.Enumerator object that can be used to iterate through the CellCollection.

Siehe auch

Verweis

CellCollection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace