Server.RenameTable(String, String, String, FixUpExpressions) Method

Definition

Execute a rename operation of a table.

protected void RenameTable (string databaseId, string tableId, string name, Microsoft.AnalysisServices.FixUpExpressions fixupExpressions);
member this.RenameTable : string * string * string * Microsoft.AnalysisServices.FixUpExpressions -> unit
Protected Sub RenameTable (databaseId As String, tableId As String, name As String, fixupExpressions As FixUpExpressions)

Parameters

databaseId
String

The database containing the table.

tableId
String

The table being renamed.

name
String

The new name.

fixupExpressions
FixUpExpressions

An indication if expressions will be adjusted to use the new name.

Applies to