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이 호출됩니다.

적용 대상