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