Lenguaje

Table.DataConsistencyCheck Propiedad

Definición

Propiedad para establecer o obtener si se usa DATA_CONSISTENCY_CHECK opción al crear la tabla temporal con versiones del sistema Sintaxis de ejemplo: CREATE TABLE t (....) WITH (SYSTEM_VERSIONING = ON (HISTORY_TABLE = dbo. Historial, DATA_CONSISTENCY_CHECK = ON))

public bool DataConsistencyCheck { get; set; }
member this.DataConsistencyCheck : bool with get, set
Public Property DataConsistencyCheck As Boolean

Valor de propiedad

Se aplica a