SQLConnectionControl RefreshInstancesList Method Control Documentation
Refresh the instances list and add values to instances list combobox.

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

public void RefreshInstancesList()
Remarks

Exceptions:

If ShowInstancesListErrors property is set to True, then the error message will be shown in a messagebox.
You can override the error message in InstancesListErrorMsg property.

When you will handle the exception from code, use the ErrorOccurred event.
See Also