IServerType2.CustomBrowseAction Method ()

 

Applies To: SQL Server 2016 Preview

Executes when the user selects the custom browse action in the server combo.

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

Syntax

UIConnectionInfo CustomBrowseAction()
UIConnectionInfo^ CustomBrowseAction()
abstract CustomBrowseAction : unit -> UIConnectionInfo
Function CustomBrowseAction As UIConnectionInfo

Return Value

Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo

The custom browse action in the server combo.

See Also

IServerType2 Interface
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top