你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlElasticPoolAdapter.RemoveElasticPool(String, String, String) Method

Definition

Deletes a database

public void RemoveElasticPool (string resourceGroupName, string serverName, string databaseName);
member this.RemoveElasticPool : string * string * string -> unit
Public Sub RemoveElasticPool (resourceGroupName As String, serverName As String, databaseName As String)

Parameters

resourceGroupName
String

The resource group the server is in

serverName
String

The name of the Azure Sql Database Server

databaseName
String

The name of the Azure Sql Database to delete

Applies to