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