Scripter.WriteRenameDimensionAttribute Method

Definition

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.

Applies to