ソース モデルとターゲット モデルを比較する際の考慮の対象から CHECK 制約オブジェクトの CHECK|NO CHECK オプションを除外するかどうかを指定するブール値を取得または設定します。
名前空間: Microsoft.SqlServer.Dac.Deployment
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public ReadOnly Property IgnoreWithNocheckOnCheckConstraints As Boolean
Get
'使用
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.IgnoreWithNocheckOnCheckConstraints
public bool IgnoreWithNocheckOnCheckConstraints { get; }
public:
property bool IgnoreWithNocheckOnCheckConstraints {
bool get ();
}
member IgnoreWithNocheckOnCheckConstraints : bool
function get IgnoreWithNocheckOnCheckConstraints () : boolean
プロパティ値
型: System.Boolean
CHECK 制約オブジェクトの CHECK|NO CHECK オプションを無視する場合は true、それ以外の場合は false。既定値は false です。