Table.DataConsistencyCheck Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Propriété permettant de définir/obtenir si DATA_CONSISTENCY_CHECK option est utilisée lors de la création d’une syntaxe de table temporelle avec version système : CREATE TABLE t (....) WITH (SYSTEM_VERSIONING = ON (HISTORY_TABLE = dbo. Historique, DATA_CONSISTENCY_CHECK = ON))
public bool DataConsistencyCheck { get; set; }
member this.DataConsistencyCheck : bool with get, set
Public Property DataConsistencyCheck As Boolean