GetEnumerator 方法
Gets an Enumerator for iterating through the collection.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.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