AzureSqlDatabaseAdapter.RenameDatabase(String, String, String, 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.
public void RenameDatabase (string resourceGroupName, string serverName, string databaseName, string newName);
member this.RenameDatabase : string * string * string * string -> unit
Public Sub RenameDatabase (resourceGroupName As String, serverName As String, databaseName As String, newName As String)
Parameters
- resourceGroupName
- String
- serverName
- String
- databaseName
- String
- newName
- String