Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- cleanUp
Type: System.Boolean
true to clean up the ModelComponent object; otherwise, false.