IServerType2.CustomBrowseAction Method

Definition

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

public:
 Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ CustomBrowseAction();
public Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo CustomBrowseAction ();
abstract member CustomBrowseAction : unit -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
Public Function CustomBrowseAction () As UIConnectionInfo

Returns

The custom browse action in the server combo.

Applies to