IDatabaseOperations::DeleteAsync Method (String^, String^, CancellationToken)
Drops a database from an Azure SQL Database Server.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Task<AzureOperationResponse^>^ DeleteAsync( String^ serverName, String^ databaseName, CancellationToken cancellationToken )
Parameters
- serverName
-
Type:
System::String^
The name of the Azure SQL Database Server on which the database is hosted.
- databaseName
-
Type:
System::String^
The name of the Azure SQL Database to be deleted.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^Represents a standard service response including an HTTP status code and request ID.
Show: