SQLConnectionControl State EnumerationControl Documentation
Choice list for the function: Control state (connection state).

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 State
Members

  Member nameValueDescription
Idle0 The control is on idle state. User can change the input values.
Connected1 The control is on connected state. User can get the active connection string.
Disconnected2 The control is on disconnected state. The connection failed.
Remarks

See Also