Share via


SqlServerCeType.IServerType2.SupportsCustomNewDatabaseAction 속성

SQL Server CE가 연결 대화 상자에서 데이터베이스 만들기를 지원하는지 여부를 나타내는 값을 가져옵니다.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Private ReadOnly Property SupportsCustomNewDatabaseAction As Boolean 
    Implements IServerType2.SupportsCustomNewDatabaseAction 
    Get
‘사용 방법
Dim instance As SqlServerCeType 
Dim value As Boolean 

value = CType(instance, IServerType2).SupportsCustomNewDatabaseAction
bool IServerType2.SupportsCustomNewDatabaseAction { get; }
private:
virtual property bool SupportsCustomNewDatabaseAction {
    bool get () sealed = IServerType2::SupportsCustomNewDatabaseAction::get;
}
private abstract SupportsCustomNewDatabaseAction : bool 
private override SupportsCustomNewDatabaseAction : bool
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

속성 값

유형: Boolean
SQL Server CE가 연결 대화 상자에서 데이터베이스 만들기를 지원하면 true이고, 그렇지 않으면 false입니다.기본값은 true입니다.

구현

IServerType2.SupportsCustomNewDatabaseAction

참고 항목

참조

SqlServerCeType 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스