ModelComponent.AfterRemove Method (ModelComponentCollection)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Displays a ModelComponentCollection after a ModelComponent object is removed.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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