ModelComponent.BeforeRemove Method (Boolean)
Applies To: SQL Server (starting with 2016)
Removes the ModelComponent object before the cleanup.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
protected internal virtual void BeforeRemove(
bool cleanUp
)
public protected:
virtual void BeforeRemove(
bool cleanUp
)
abstract BeforeRemove :
cleanUp:bool -> unit
override BeforeRemove :
cleanUp:bool -> unit
Protected Friend Overridable Sub BeforeRemove (
cleanUp As Boolean
)
Parameters
cleanUp
Type: System.Booleantrue to clean up the ModelComponent object; otherwise, false.
See Also
ModelComponent Class
Microsoft.AnalysisServices Namespace
Return to top