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.