SqlDeploymentOptions.ScriptNewConstraintValidation 屬性

定義

取得布林值,指定在所有變更套用後是否驗證約束。

public bool ScriptNewConstraintValidation { get; }
member this.ScriptNewConstraintValidation : bool
Public ReadOnly Property ScriptNewConstraintValidation As Boolean

屬性值

驗證檢查約束時屬實;否則,則為錯誤。 預設值是「true」。

備註

限制總是以 NOCHECK 選項加入;因此,建立過程中會跳過驗證。

適用於