WorkloadGroup.DropIfExists Method
Definition
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 ()