IServerType2.CustomBrowseAction Method
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
'Declaration
Function CustomBrowseAction As UIConnectionInfo
'Usage
Dim instance As IServerType2
Dim returnValue As UIConnectionInfo
returnValue = instance.CustomBrowseAction()
UIConnectionInfo CustomBrowseAction()
UIConnectionInfo^ CustomBrowseAction()
abstract CustomBrowseAction : unit -> UIConnectionInfo
function CustomBrowseAction() : UIConnectionInfo
Return Value
Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
The custom browse action in the server combo.