LinkedServer.DropIfExists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DropIfExists() |
Drops the object with IF EXISTS option. If object is invalid for drop function will return without exception. |
DropIfExists(Boolean) |
Drops the object with IF EXISTS option. If object is invalid for drop function will return without exception. |
DropIfExists()
Drops the object with IF EXISTS option. If object is invalid for drop function will return without exception.
public void DropIfExists ();
abstract member DropIfExists : unit -> unit
override this.DropIfExists : unit -> unit
Public Sub DropIfExists ()
Implements
Applies to
DropIfExists(Boolean)
Drops the object with IF EXISTS option. If object is invalid for drop function will return without exception.
public void DropIfExists (bool dropDependentLogins);
member this.DropIfExists : bool -> unit
Public Sub DropIfExists (dropDependentLogins As Boolean)
Parameters
- dropDependentLogins
- Boolean
Drop dependent linked server logins.