Metodo CellPropertyCollection.GetEnumerator

Gets an enumerator for iterating through the collection.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Function GetEnumerator As CellPropertyCollection.Enumerator
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

CellPropertyCollection Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient