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