DtsServerType.IServerType2.CustomBrowseAction Method

Definition

Executes when the user browses in the server combo.

 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

The customs browse action to perform.

Implements

Applies to