LinkedServer.DropIfExists 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | 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
刪除依賴的連結伺服器登入。