ModelComponent.AfterRemove(ModelComponentCollection) Method

Definition

Displays a ModelComponentCollection after a ModelComponent object is removed.

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)

Parameters

collection
ModelComponentCollection

The ModelComponentCollection where the object is removed.

Remarks

For internal use.

Applies to