次の方法で共有


ModelComponentCollection.IModelComponentCollection.Remove メソッド

定義

オーバーロード

IModelComponentCollection.Remove(IModelComponent)
IModelComponentCollection.Remove(IModelComponent, Boolean)

IModelComponentCollection.Remove(IModelComponent)

void IModelComponentCollection.Remove (Microsoft.AnalysisServices.IModelComponent item);
abstract member Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent -> unit
override this.Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent -> unit
Sub Remove (item As IModelComponent) Implements IModelComponentCollection.Remove

パラメーター

実装

適用対象

IModelComponentCollection.Remove(IModelComponent, Boolean)

void IModelComponentCollection.Remove (Microsoft.AnalysisServices.IModelComponent item, bool cleanUp);
abstract member Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent * bool -> unit
override this.Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent * bool -> unit
Sub Remove (item As IModelComponent, cleanUp As Boolean) Implements IModelComponentCollection.Remove

パラメーター

cleanUp
Boolean

実装

適用対象