DatabaseScopedCredential.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.
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 ()