Udostępnij przez


Metoda CellPropertyCollection.GetEnumerator

Pobiera modułu wyliczającego do iteracji kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdClient
Zestaw:  Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)

Składnia

'Deklaracja
Public Function GetEnumerator As CellPropertyCollection..::..Enumerator
'Użycie
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