IServerType2.CustomNewDatabaseAction Method

Definition

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

public:
 Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ CustomNewDatabaseAction();
public Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo CustomNewDatabaseAction ();
abstract member CustomNewDatabaseAction : unit -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
Public Function CustomNewDatabaseAction () As UIConnectionInfo

Returns

The custom new database action in the server combo.

Applies to