Dimension.RenameScriptMeasure(String, String, FixUpExpressions) Method

Definition

Rename script measure name

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

Parameters

measureName
String

The name of the measure.

name
String

The string containing the new name.

fixupExpressions
FixUpExpressions

The expressions will be adjusted to use the new name.

Applies to