次の方法で共有


CubeCollection.Remove メソッド (Cube)

指定した Cube をコレクションから削除します。

名前空間:  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
)

パラメーター

例外

例外 条件
ItemNotFoundException

item がコレクションに含まれていません。

関連項目

参照

CubeCollection クラス

Remove オーバーロード

Microsoft.AnalysisServices 名前空間