SqlSmoObject.DropImplWorker(Urn, Boolean) 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
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.