LinkedServer.DropIfExists 方法

定義

多載

名稱 Description
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

刪除依賴的連結伺服器登入。

適用於