SqlSmoObject.DropImpl 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| DropImpl(Boolean) |
會掉落該物體 |
| DropImpl(Boolean, Boolean) |
對於 Azure 中使用者資料庫的丟棄呼叫,當資料庫被丟棄時,連線也會關閉。ExecutionManager 通常會嘗試透過重新開啟連線來重試此類呼叫。我們希望在 handleSevereError 為真時避免此重試。 |
DropImpl(Boolean)
會掉落該物體
protected void DropImpl(bool isDropIfExists = false);
member this.DropImpl : bool -> unit
Protected Sub DropImpl (Optional isDropIfExists As Boolean = false)
參數
- isDropIfExists
- Boolean
如果為真,當物件不處於有效丟棄狀態時,函式將不會做任何事。
適用於
DropImpl(Boolean, Boolean)
對於 Azure 中使用者資料庫的丟棄呼叫,當資料庫被丟棄時,連線也會關閉。ExecutionManager 通常會嘗試透過重新開啟連線來重試此類呼叫。我們希望在 handleSevereError 為真時避免此重試。
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)提出的內部服務錯誤