Table.DataConsistencyCheck Property

Definition

Property for setting/getting if DATA_CONSISTENCY_CHECK option is used when creating system-versioned temporal table Sample syntax: CREATE TABLE t (....) WITH (SYSTEM_VERSIONING = ON (HISTORY_TABLE = dbo.History, DATA_CONSISTENCY_CHECK = ON))

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

Property Value

Applies to