DtsServerType.IServerType2.CustomNewDatabaseAction Method

Executes when users selects the NewDatabaseAction object in the server combo.

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

Syntax

'Declaration
Private Function CustomNewDatabaseAction As UIConnectionInfo 
    Implements IServerType2.CustomNewDatabaseAction
'Usage
Dim instance As DtsServerType 
Dim returnValue As UIConnectionInfo 

returnValue = CType(instance, IServerType2).CustomNewDatabaseAction()
UIConnectionInfo IServerType2.CustomNewDatabaseAction()
private:
virtual UIConnectionInfo^ CustomNewDatabaseAction() sealed = IServerType2::CustomNewDatabaseAction
private abstract CustomNewDatabaseAction : unit -> UIConnectionInfo  
private override CustomNewDatabaseAction : unit -> UIConnectionInfo
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
The NewDatabaseAction object to perform.

Implements

IServerType2.CustomNewDatabaseAction()

See Also

Reference

DtsServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace