次の方法で共有


IWithDatabase.WithoutDatabase(String) メソッド

定義

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

パラメーター

databaseName
String

削除するデータベースの名前。

戻り値

適用対象