Scripter.WriteRenameScriptMeasure Method

Definition

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.

Applies to