Dimension.Rename(String, FixUpExpressions) Method

Definition

Change Dimension name and with optional formula fixup

public void Rename (string name, Microsoft.AnalysisServices.FixUpExpressions fixupExpressions);
member this.Rename : string * Microsoft.AnalysisServices.FixUpExpressions -> unit
Public Sub Rename (name As String, fixupExpressions As FixUpExpressions)

Parameters

name
String

The name of the current object.

fixupExpressions
FixUpExpressions

The fixup expressions.

Remarks

Rename method can be called on non orphan Dimension instance only i.e. it needs to be part of a connected Server object.

Applies to