Table.DataConsistencyCheck Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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