Server.RenameTableColumn 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.
Execute a rename operation of a column.
protected void RenameTableColumn (string databaseId, string tableId, string columnId, string name, Microsoft.AnalysisServices.FixUpExpressions fixupExpressions);
member this.RenameTableColumn : string * string * string * string * Microsoft.AnalysisServices.FixUpExpressions -> unit
Protected Sub RenameTableColumn (databaseId As String, tableId As String, columnId As String, name As String, fixupExpressions As FixUpExpressions)
Parameters
- databaseId
- String
The database containing the column.
- tableId
- String
The table containing the column.
- columnId
- String
The column being renamed.
- name
- String
The new name.
- fixupExpressions
- FixUpExpressions
An indication if expressions will be adjusted to use the new name.