SqlSmoObject.DropImplWorker(Urn, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
supprime l’objet
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)
Paramètres
- urn
- Urn
- isDropIfExists
- Boolean
Si la valeur est true, la suppression est appelée avec la vérification de l’existence.