Skip to main content
ModelComponent..::.BeforeRemove Method

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

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
Protected Friend Overridable Sub BeforeRemove ( _
	cleanUp As [%$TOPIC/ms142440_en-us_SQL_110_2_0_0_0_0%] _
)
Dim cleanUp As [%$TOPIC/ms142440_en-us_SQL_110_2_0_1_0_0%]

Me.BeforeRemove(cleanUp)
protected internal virtual void BeforeRemove(
	[%$TOPIC/ms142440_en-us_SQL_110_2_0_2_0_0%] cleanUp
)
protected public:
virtual void BeforeRemove(
	[%$TOPIC/ms142440_en-us_SQL_110_2_0_3_0_0%] cleanUp
)
abstract BeforeRemove : 
        cleanUp:[%$TOPIC/ms142440_en-us_SQL_110_2_0_4_0_0%] -> unit 
override BeforeRemove : 
        cleanUp:[%$TOPIC/ms142440_en-us_SQL_110_2_0_4_0_1%] -> unit 
 function BeforeRemove(
	cleanUp : [%$TOPIC/ms142440_en-us_SQL_110_2_0_5_0_0%]
)

Parameters

cleanUp
Type: System..::.Boolean