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.
Implements SQL CE custom browse action. This is called when the user clicks Browse in the server combo box.
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 SqlServerCeType
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
A browse action in the server combo box.
Implements
IServerType2.CustomBrowseAction()