UserOptions.DisableDefaultConstraintCheck プロパティ
Microsoft SQL Server バージョン 6.x を実行しているサーバーに接続するときに、中間遅延違反チェックを使用するかどうかを示す Boolean プロパティ値を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Deploy, _
"false")> _
Public Property DisableDefaultConstraintCheck As Boolean
Get
Set
'使用
Dim instance As UserOptions
Dim value As Boolean
value = instance.DisableDefaultConstraintCheck
instance.DisableDefaultConstraintCheck = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy,
"false")]
public bool DisableDefaultConstraintCheck { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Deploy,
L"false")]
public:
property bool DisableDefaultConstraintCheck {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy,
"false")>]
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 に組み込まれています。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間