次の方法で共有


AssemblyCollection.Remove メソッド (Assembly)

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

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub Remove ( _
    item As Assembly _
)
'使用
Dim instance As AssemblyCollection 
Dim item As [Assembly]

instance.Remove(item)
public void Remove(
    Assembly item
)
public:
void Remove(
    Assembly^ item
)
member Remove : 
        item:Assembly -> unit
public function Remove(
    item : Assembly
)

パラメーター

例外

例外 条件
ItemNotFoundException

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

関連項目

参照

AssemblyCollection クラス

Remove オーバーロード

Microsoft.AnalysisServices 名前空間