ObjectContext.DatabaseExists 메서드

정의

현재 데이터 소스 연결에서 데이터베이스로 지정된 데이터베이스가 데이터 소스에 존재하는지를 확인합니다.

public:
 bool DatabaseExists();
public bool DatabaseExists ();
member this.DatabaseExists : unit -> bool
Public Function DatabaseExists () As Boolean

반환

데이터베이스가 있으면 true입니다.

설명

대부분의 작업은 메서드에 DatabaseExists 위임됩니다.

자세한 내용은 데이터 정의 언어 작업을 참조하세요.

적용 대상

추가 정보