DisableDefaultConstraintCheck プロパティ
MicrosoftSQL Server バージョン 6.x を実行しているサーバーに接続するときに、中間遅延違反チェックを使用するかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property DisableDefaultConstraintCheck As Boolean
Get
Set
'使用
Dim instance As UserOptions
Dim value As Boolean
value = instance.DisableDefaultConstraintCheck
instance.DisableDefaultConstraintCheck = value
[SfcPropertyAttribute]
public bool DisableDefaultConstraintCheck { get; set; }
[SfcPropertyAttribute]
public:
property bool DisableDefaultConstraintCheck {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member DisableDefaultConstraintCheck : bool with get, set
function get DisableDefaultConstraintCheck () : boolean
function set DisableDefaultConstraintCheck (value : boolean)
プロパティ値
型: System. . :: . .Boolean
SQL Server バージョン 6.x を実行しているサーバーに接続するときに、中間遅延違反チェックを使用するかどうかを示す Boolean プロパティ値です。
True の場合、中間遅延違反チェックを使用します。
False (既定値) の場合、中間遅延違反チェックは使用しません。
説明
このプロパティは、旧バージョンとの互換性のためだけに用意されています。このステートメントの機能は、現在、SQL Server に組み込まれています。