Scripter.WriteRenameScriptMeasure 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.
Writes a rename script measure element into the script.
public static void WriteRenameScriptMeasure (System.Xml.XmlWriter xmlWriter, Microsoft.AnalysisServices.Dimension dimension, string scriptMeasureName, string newname, Microsoft.AnalysisServices.FixUpExpressions fixupExpressions);
static member WriteRenameScriptMeasure : System.Xml.XmlWriter * Microsoft.AnalysisServices.Dimension * string * string * Microsoft.AnalysisServices.FixUpExpressions -> unit
Public Shared Sub WriteRenameScriptMeasure (xmlWriter As XmlWriter, dimension As Dimension, scriptMeasureName As String, newname As String, fixupExpressions As FixUpExpressions)
Parameters
- xmlWriter
- XmlWriter
The writer into which the output is writen.
- dimension
- Dimension
The parent dimension of the measure.
- scriptMeasureName
- String
The name of the measure to be renamed.
- newname
- String
The new name of the measure.
- fixupExpressions
- FixUpExpressions
The fixup information.