SqlSmoObject.DropImplWorker(Urn, Boolean) Method

Definition

drops the object

protected void DropImplWorker (ref Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn, bool isDropIfExists = false);
member this.DropImplWorker : Urn * bool -> unit
Protected Sub DropImplWorker (ByRef urn As Urn, Optional isDropIfExists As Boolean = false)

Parameters

urn
Urn
isDropIfExists
Boolean

If true, drop will be called with existence check.

Applies to