Remove 方法 (Cube)
Removes the specified Cube from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub Remove ( _
item As Cube _
)
用法
Dim instance As CubeCollection
Dim item As Cube
instance.Remove(item)
public void Remove(
Cube item
)
public:
void Remove(
Cube^ item
)
member Remove :
item:Cube -> unit
public function Remove(
item : Cube
)
参数
- item
类型:Microsoft.AnalysisServices. . :: . .Cube
The Cube to be removed.
异常
异常 | 条件 |
---|---|
ItemNotFoundException | item is not contained by the collection. |