Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.CellCollection.Enumerator
An CellCollection.Enumerator object that can be used to iterate through the CellCollection.