LinkedServer.DropIfExists メソッド

定義

オーバーロード

名前 説明
DropIfExists()

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

DropIfExists(Boolean)

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

DropIfExists()

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

public void DropIfExists();
abstract member DropIfExists : unit -> unit
override this.DropIfExists : unit -> unit
Public Sub DropIfExists ()

実装

適用対象

DropIfExists(Boolean)

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

public void DropIfExists(bool dropDependentLogins);
member this.DropIfExists : bool -> unit
Public Sub DropIfExists (dropDependentLogins As Boolean)

パラメーター

dropDependentLogins
Boolean

依存するリンク サーバー ログインを削除します。

適用対象