Enum SqlDatabaseScopedParameterValue
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a SQL database scoped parameter value. This applies to SQL Server 2016 and above.
public enum SqlDatabaseScopedParameterValue
Fields
NotApplicable = 1The legacy cardinality estimation mode is not applicable.
Off = 2The legacy cardinality estimation mode is off.
On = 3The legacy cardinality estimation mode is on.
Primary = 4The legacy cardinality estimation mode follows the same value as the primary (only applicable to secondaries).
Unknown = 0The legacy cardinality estimation mode is unknown.