DimensionAttribute.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.
Creates a new name for the dimension attribute.
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
A string containing new name.
- fixupExpressions
- FixUpExpressions
The expressions to fix up.