ModelComponent.AfterRemove(ModelComponentCollection) 方法

定义

删除 ModelComponent 对象后,显示 ModelComponentCollection。

protected internal virtual void AfterRemove (Microsoft.AnalysisServices.ModelComponentCollection collection);
abstract member AfterRemove : Microsoft.AnalysisServices.ModelComponentCollection -> unit
override this.AfterRemove : Microsoft.AnalysisServices.ModelComponentCollection -> unit
Protected Friend Overridable Sub AfterRemove (collection As ModelComponentCollection)

参数

collection
ModelComponentCollection

ModelComponentCollection,其中对象已删除。

注解

供内部使用。

适用于