SqlSmoObject.DropImpl(Boolean)
SqlSmoObject.DropImpl(Boolean)
SqlSmoObject.DropImpl(Boolean)
Method
Definition
drops the object
protected void DropImpl (bool isDropIfExists = false);
member this.DropImpl : bool -> unit
Protected Sub DropImpl (Optional isDropIfExists As Boolean = false)
Parameters
If true, function will not do anything if object is not in valid state for dropping.