SqlSmoObject.DropImpl 메서드

정의

오버로드

Name Description
DropImpl(Boolean)

개체를 삭제합니다.

DropImpl(Boolean, Boolean)

Azure 사용자 데이터베이스에 대한 삭제 호출의 경우 데이터베이스가 삭제되면 연결이 닫힙니다. ExecutionManager는 일반적으로 연결을 다시 열어 이러한 호출을 다시 시도합니다. handleSevereError가 true일 때 이 재시도를 방지하려고 합니다.

DropImpl(Boolean)

개체를 삭제합니다.

protected void DropImpl(bool isDropIfExists = false);
member this.DropImpl : bool -> unit
Protected Sub DropImpl (Optional isDropIfExists As Boolean = false)

매개 변수

isDropIfExists
Boolean

true이면 개체가 삭제에 유효한 상태가 아닌 경우 함수는 아무 것도 수행하지 않습니다.

적용 대상

DropImpl(Boolean, Boolean)

Azure 사용자 데이터베이스에 대한 삭제 호출의 경우 데이터베이스가 삭제되면 연결이 닫힙니다. ExecutionManager는 일반적으로 연결을 다시 열어 이러한 호출을 다시 시도합니다. handleSevereError가 true일 때 이 재시도를 방지하려고 합니다.

protected internal void DropImpl(bool isDropIfExists, bool handleSevereError);
member this.DropImpl : bool * bool -> unit
Protected Friend Sub DropImpl (isDropIfExists As Boolean, handleSevereError As Boolean)

매개 변수

isDropIfExists
Boolean
handleSevereError
Boolean

관리 서비스에서 발생한 내부 서비스 오류를 무시해야 하는지 여부를 나타냅니다(42019).

적용 대상