SqlSmoObject.DropImpl メソッド

定義

オーバーロード

名前 説明
DropImpl(Boolean)

オブジェクトを削除する

DropImpl(Boolean, Boolean)

Azureのユーザー データベースに対するドロップ呼び出しの場合、データベースが削除されると接続が閉じられます。ExecutionManager は通常、接続を再度開いてこのような呼び出しを再試行しようとします。handleSevereError が true の場合は、この再試行を回避したいと考えています。

DropImpl(Boolean)

オブジェクトを削除する

protected void DropImpl(bool isDropIfExists = false);
member this.DropImpl : bool -> unit
Protected Sub DropImpl (Optional isDropIfExists As Boolean = false)

パラメーター

isDropIfExists
Boolean

true の場合、オブジェクトがドロップの有効な状態でない場合、関数は何も行いません。

適用対象

DropImpl(Boolean, Boolean)

Azureのユーザー データベースに対するドロップ呼び出しの場合、データベースが削除されると接続が閉じられます。ExecutionManager は通常、接続を再度開いてこのような呼び出しを再試行しようとします。handleSevereError が true の場合は、この再試行を回避したいと考えています。

protected internal void DropImpl(bool isDropIfExists, bool handleSevereError);
member this.DropImpl : bool * bool -> unit
Protected Friend Sub DropImpl (isDropIfExists As Boolean, handleSevereError As Boolean)

パラメーター

isDropIfExists
Boolean
handleSevereError
Boolean

管理サービスによって発生した内部サービス エラーを無視する必要があるかどうかを示します (42019)

適用対象