BrowseServersForm.SelectedServerInfo Property

Gets the selected server information.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public ReadOnly Property SelectedServerInfo As UIConnectionInfo
    Get
'Usage
Dim instance As BrowseServersForm
Dim value As UIConnectionInfo

value = instance.SelectedServerInfo
public UIConnectionInfo SelectedServerInfo { get; }
public:
property UIConnectionInfo^ SelectedServerInfo {
    UIConnectionInfo^ get ();
}
member SelectedServerInfo : UIConnectionInfo
function get SelectedServerInfo () : UIConnectionInfo

Property Value

Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
A value that represents the selected server information.