Show error message in messagebox when instance list loading fails.
Namespace: ZsZ_Studio.ControlsAssembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
public bool ShowInstanceListErrors { get; set; }
public bool ShowInstanceListErrors { get; set; }
Public Property ShowInstanceListErrors As Boolean
Get
Set
Public Property ShowInstanceListErrors As Boolean
Get
Set
public:
property bool ShowInstanceListErrors {
bool get ();
void set (bool value);
}
public:
property bool ShowInstanceListErrors {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean (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.ShowInstanceListErrors = True
scc.InstanceListErrorMsg = "Error loading SQL Server instances!"
Me.Controls.Add(scc)
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)
scc.ShowInstanceListErrors = True
scc.InstanceListErrorMsg = "Error loading SQL Server instances!"
Me.Controls.Add(scc)