Dimension.RenameScriptMeasure(String, String, FixUpExpressions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.