SqlSmoObject.DropImplWorker(Urn, Boolean) Método

Definición

quita el objeto

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)

Parámetros

urn
Urn
isDropIfExists
Boolean

Si es true, se llamará a drop con la comprobación de existencia.

Se aplica a