SQLConnectionControl InstanceListErrorMsg Property Control Documentation
This error message will be shown in messagebox when isntance list loading fails.

Namespace: ZsZ_Studio.Controls
Assembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
Syntax

public string InstanceListErrorMsg { get; set; }

Property Value

Type: OnlineString
Remarks

Examples

(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)
See Also