GetEnumerator 方法

Gets an Enumerator for iterating through the collection.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public Function GetEnumerator As CellPropertyCollection..::..Enumerator
用法
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