Share via


IServerType2.SupportsCustomNewDatabaseAction Property

Gets a value indicating whether the server name combo on the Login tab should contain new database action option.

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

Syntax

'Declaration
ReadOnly Property SupportsCustomNewDatabaseAction As Boolean
    Get
'Usage
Dim instance As IServerType2
Dim value As Boolean

value = instance.SupportsCustomNewDatabaseAction
bool SupportsCustomNewDatabaseAction { get; }
property bool SupportsCustomNewDatabaseAction {
    bool get ();
}
abstract SupportsCustomNewDatabaseAction : bool
function get SupportsCustomNewDatabaseAction () : boolean

Property Value

Type: System.Boolean
true if the server name combo on the Login tab should contain new database action option; otherwise, false.