SqlServerCeType.IServerType2.SupportsCustomNewDatabaseAction Property

Gets a value indicating whether the SQL Server CE supports database creation from within the connection dialog box.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Private ReadOnly Property SupportsCustomNewDatabaseAction As Boolean 
    Implements IServerType2.SupportsCustomNewDatabaseAction 
    Get
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Boolean
true if the SQL Server CE supports database creation from within connection dialog; otherwise, false. The default value is true.

Implements

IServerType2.SupportsCustomNewDatabaseAction

See Also

Reference

SqlServerCeType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace