AssemblyCollection.Remove メソッド (Assembly, Boolean)
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定した Assembly をコレクションから削除します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Remove ( _
item As Assembly, _
cleanUp As Boolean _
)
'使用
Dim instance As AssemblyCollection
Dim item As [Assembly]
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
Assembly item,
bool cleanUp
)
public:
void Remove(
Assembly^ item,
bool cleanUp
)
member Remove :
item:Assembly *
cleanUp:bool -> unit
public function Remove(
item : Assembly,
cleanUp : boolean
)
パラメーター
- item
型: Microsoft.AnalysisServices.Assembly
削除する Assembly です。
- cleanUp
型: System.Boolean
指定したアセンブリをコレクションから削除する場合は true、それ以外の場合は false です。