CubeCollection.GetEnumerator 方法

Gets an enumerator for iterating through the CubeCollection.

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

语法

声明
Public Function GetEnumerator As CubeCollection.Enumerator
用法
Dim instance As CubeCollection 
Dim returnValue As CubeCollection.Enumerator 

returnValue = instance.GetEnumerator()
public CubeCollection.Enumerator GetEnumerator()
public:
CubeCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> CubeCollection.Enumerator
public function GetEnumerator() : CubeCollection.Enumerator

返回值

类型:Microsoft.AnalysisServices.AdomdClient.CubeCollection.Enumerator
An IEnumerator object that can be used for iterating through the CubeCollection.

请参阅

参考

CubeCollection 类

Microsoft.AnalysisServices.AdomdClient 命名空间