Enum SqlEndpointType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of a SQL endpoint.
public enum SqlEndpointType
Fields
DatabaseMirroring = 4
The endpoint is a database mirroring endpoint.
ServiceBroker = 3
The endpoint is a service broker endpoint.
Soap = 1
The endpoint is a SOAP endpoint.
TSql = 2
The endpoint is a T-SQL endpoint.
Unknown = 0
The endpoint type is unknown.