Use localhost string instead of machine name in instances combobox.
Namespace: ZsZ_Studio.ControlsAssembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
public bool UseLocalhost { get; set; }
public bool UseLocalhost { get; set; }
Public Property UseLocalhost As Boolean
Get
Set
Public Property UseLocalhost As Boolean
Get
Set
public:
property bool UseLocalhost {
bool get ();
void set (bool value);
}
public:
property bool UseLocalhost {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanYou must refresh the instances list when this setting changes runtime.
(VB.NET) This sample shows how to set the property.
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)
scc.UseLocalhost = True
Me.Controls.Add(scc)
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)
scc.UseLocalhost = True
Me.Controls.Add(scc)