SqlServerCeType.IServerType2.CustomBrowseAction Method

Definition

Implements SQL CE custom browse action. This is called when the user clicks Browse in the server combo box.

 virtual Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType2.CustomBrowseAction() = Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType2::CustomBrowseAction;
Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo IServerType2.CustomBrowseAction ();
abstract member Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType2.CustomBrowseAction : unit -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
override this.Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType2.CustomBrowseAction : unit -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
Function CustomBrowseAction () As UIConnectionInfo Implements IServerType2.CustomBrowseAction

Returns

A browse action in the server combo box.

Implements

Applies to