DimensionAttribute.Rename(String, FixUpExpressions) Method

Definition

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.

Applies to