CubeCollection.Add 方法
Creates and adds a Cube to the end of the collection.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function Add As Cube
'用途
Dim instance As CubeCollection
Dim returnValue As Cube
returnValue = instance.Add()
public Cube Add()
public:
Cube^ Add()
member Add : unit -> Cube
public function Add() : Cube
傳回值
型別:Microsoft.AnalysisServices.Cube
A new, empty Cube.