CellPropertyCollection.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

傳回值

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

請參閱

參考

CellPropertyCollection 類別

Microsoft.AnalysisServices.AdomdClient 命名空間