LinkedServer.DropIfExists 메서드

정의

오버로드

Name Description
DropIfExists()

IF EXISTS 옵션을 사용하여 개체를 삭제합니다. 개체가 drop 함수에 유효하지 않으면 예외 없이 반환됩니다.

DropIfExists(Boolean)

IF EXISTS 옵션을 사용하여 개체를 삭제합니다. 개체가 drop 함수에 유효하지 않으면 예외 없이 반환됩니다.

DropIfExists()

IF EXISTS 옵션을 사용하여 개체를 삭제합니다. 개체가 drop 함수에 유효하지 않으면 예외 없이 반환됩니다.

public void DropIfExists();
abstract member DropIfExists : unit -> unit
override this.DropIfExists : unit -> unit
Public Sub DropIfExists ()

구현

적용 대상

DropIfExists(Boolean)

IF EXISTS 옵션을 사용하여 개체를 삭제합니다. 개체가 drop 함수에 유효하지 않으면 예외 없이 반환됩니다.

public void DropIfExists(bool dropDependentLogins);
member this.DropIfExists : bool -> unit
Public Sub DropIfExists (dropDependentLogins As Boolean)

매개 변수

dropDependentLogins
Boolean

종속 연결된 서버 로그인을 삭제합니다.

적용 대상