ModelComponent.BeforeRemove Method

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

Removes the ModelComponent object before the cleanup.

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

Syntax

'Declaration
Protected Friend Overridable Sub BeforeRemove ( _
    cleanUp As Boolean _
)
'Usage
Dim cleanUp As Boolean 

Me.BeforeRemove(cleanUp)
protected internal virtual void BeforeRemove(
    bool cleanUp
)
protected public:
virtual void BeforeRemove(
    bool cleanUp
)
abstract BeforeRemove : 
        cleanUp:bool -> unit  
override BeforeRemove : 
        cleanUp:bool -> unit
function BeforeRemove(
    cleanUp : boolean
)

Parameters

See Also

Reference

ModelComponent Class

Microsoft.AnalysisServices Namespace