Table of Contents

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 = 1

The legacy cardinality estimation mode is not applicable.

Off = 2

The legacy cardinality estimation mode is off.

On = 3

The legacy cardinality estimation mode is on.

Primary = 4

The legacy cardinality estimation mode follows the same value as the primary (only applicable to secondaries).

Unknown = 0

The legacy cardinality estimation mode is unknown.