Enum AzureSqlServerConnectionPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the SQL server connection policy.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureSqlServerConnectionPolicy
Fields
Default = 1
The connection policy is default.
Proxy = 2
The connection policy is proxy.
Redirect = 3
The connection policy is redirect.
Unknown = 0
The connection policy is unknown.