Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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.