Server.RenameScriptMeasure 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.
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.