ModelComponent.AfterRemove(ModelComponentCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.