DtsServerType.IServerType2.SupportsCustomNewDatabaseAction Property

Gets a value that indicates whether the server name combo on the Login tab contains a NewDatabaseAction option.

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 DtsServerType 
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 server name combo on the Login tab contains the NewDatabaseAction option; otherwise, false.

Implements

IServerType2.SupportsCustomNewDatabaseAction

See Also

Reference

DtsServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace