IServerType2.CustomNewDatabaseAction Method

Executes when the user selects the custom new database action in the server combo.

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

Syntax

'Declaration
Function CustomNewDatabaseAction As UIConnectionInfo
'Usage
Dim instance As IServerType2 
Dim returnValue As UIConnectionInfo 

returnValue = instance.CustomNewDatabaseAction()
UIConnectionInfo CustomNewDatabaseAction()
UIConnectionInfo^ CustomNewDatabaseAction()
abstract CustomNewDatabaseAction : unit -> UIConnectionInfo
function CustomNewDatabaseAction() : UIConnectionInfo

Return Value

Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
The custom new database action in the server combo.

See Also

Reference

IServerType2 Interface

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace