Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Removes the MeasureGroupDimension 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 MeasureGroupDimension object; otherwise, false.