IDropIfExists インターフェイス

定義

DropIfExists メソッドのインターフェイス。 存在チェックによるドロップをサポートするすべてのクラスは、このインターフェイスを実装します。

public interface IDropIfExists
type IDropIfExists = interface
Public Interface IDropIfExists
派生

メソッド

名前 説明
DropIfExists()

IF EXISTS オプションを指定してオブジェクトを削除します。 オブジェクトが無効な場合、drop 関数は例外なく返されます。

適用対象