SQLConnectionControl InstanceSearchMethodOnLocal EnumerationControl Documentation
Choice list for the function: Browse for local SQL server instances.

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

public enum InstanceSearchMethodOnLocal
Members

  Member nameValueDescription
FromSystemObject0 Read instances from SQL system object. This method does not always return a consistent result, in this case use the another option (From Registry). This choice is much slower.
FromRegistry1 Read instances from Windows registry. It is possible that Administrator privileges required to access Windows registry. This choice is much faster.
Remarks

See Also