共用方式為


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

實作

適用於