ModelComponent.AfterRemove Method (ModelComponentCollection)

 

Applies To: SQL Server (starting with 2016)

Displays a ModelComponentCollection after a ModelComponent object is removed.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

protected internal virtual void AfterRemove(
    ModelComponentCollection collection
)
public protected:
virtual void AfterRemove(
    ModelComponentCollection^ collection
)
abstract AfterRemove : 
        collection:ModelComponentCollection -> unit
override AfterRemove : 
        collection:ModelComponentCollection -> unit
Protected Friend Overridable Sub AfterRemove (
    collection As ModelComponentCollection
)

Parameters

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top