Compartir a través de


CellPropertyCollection.GetEnumerator Método

Gets an enumerator for iterating through the collection.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Function GetEnumerator As CellPropertyCollection.Enumerator
'Uso
Dim instance As CellPropertyCollection 
Dim returnValue As CellPropertyCollection.Enumerator 

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

Valor devuelto

Tipo: Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.

Vea también

Referencia

CellPropertyCollection Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient