Dimension.Rename(String, FixUpExpressions) 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.
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.