Server.RenameScriptMeasure Method

Definition

Execute a rename operation of a measure.

protected void RenameScriptMeasure (string databaseId, string tableId, string measureName, string name, Microsoft.AnalysisServices.FixUpExpressions fixupExpressions);
member this.RenameScriptMeasure : string * string * string * string * Microsoft.AnalysisServices.FixUpExpressions -> unit
Protected Sub RenameScriptMeasure (databaseId As String, tableId As String, measureName As String, name As String, fixupExpressions As FixUpExpressions)

Parameters

databaseId
String

The database containing the measure.

tableId
String

The table containing the measure.

measureName
String

The measure being renamed.

name
String

The new name.

fixupExpressions
FixUpExpressions

An indication if expressions will be adjusted to use the new name.

Applies to