SqlSmoObject.DropImplWorker(Urn, Boolean) メソッド

定義

オブジェクトを削除する

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)

パラメーター

urn
Urn
isDropIfExists
Boolean

true の場合、存在チェックで drop が呼び出されます。

適用対象