CellCollection.GetEnumerator 方法

Returns an enumerator that iterates through the CellCollection.

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

语法

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

返回值

类型:Microsoft.AnalysisServices.AdomdClient.CellCollection.Enumerator
An CellCollection.Enumerator object that can be used to iterate through the CellCollection.

请参阅

参考

CellCollection 类

Microsoft.AnalysisServices.AdomdClient 命名空间