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 MiningStructureColumn object before the cleanup.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Friend Overrides Sub BeforeRemove ( _
cleanUp As Boolean _
)
'Usage
Dim cleanUp As Boolean
Me.BeforeRemove(cleanUp)
protected internal override void BeforeRemove(
bool cleanUp
)
protected public:
virtual void BeforeRemove(
bool cleanUp
) override
abstract BeforeRemove :
cleanUp:bool -> unit
override BeforeRemove :
cleanUp:bool -> unit
override function BeforeRemove(
cleanUp : boolean
)
Parameters
- cleanUp
Type: System.Boolean
true to clean up the MiningStructureColumn object; otherwise, false.