Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes when the user browses in the server combo.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Private Function CustomBrowseAction As UIConnectionInfo
Implements IServerType2.CustomBrowseAction
'Usage
Dim instance As DtsServerType
Dim returnValue As UIConnectionInfo
returnValue = CType(instance, IServerType2).CustomBrowseAction()
UIConnectionInfo IServerType2.CustomBrowseAction()
private:
virtual UIConnectionInfo^ CustomBrowseAction() sealed = IServerType2::CustomBrowseAction
private abstract CustomBrowseAction : unit -> UIConnectionInfo
private override CustomBrowseAction : 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 customs browse action to perform.
Implements
IServerType2.CustomBrowseAction()