Enum SqlEndpointState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The state of a SQL endpoint.
public enum SqlEndpointState
Fields
Disabled = 3The endpoint is disabled.
Started = 1The endpoint is started.
Stopped = 2The endpoint is stopped.
Unknown = 0The endpoint state is unknown.