NamedSmoObject.ExecuteRenameQuery(String) 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 the Rename query for a SqlSmoObject and Executes it on the Server.
protected virtual void ExecuteRenameQuery (string newName);
abstract member ExecuteRenameQuery : string -> unit
override this.ExecuteRenameQuery : string -> unit
Protected Overridable Sub ExecuteRenameQuery (newName As String)
Parameters
- newName
- String