Share via


IWithDatabase.WithoutDatabase(String) Method

Definition

Remove database from the SQL Server.

public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate WithoutDatabase (string databaseName);
abstract member WithoutDatabase : string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate
Public Function WithoutDatabase (databaseName As String) As IUpdate

Parameters

databaseName
String

Name of the database to be removed.

Returns

Applies to