次の方法で共有


IDTSBulkInsertTask.CheckConstraints プロパティ

定義

テーブルと列に CHECK 制約を適用するかどうかを示す値を取得します。値の設定も可能です。

public:
 property bool CheckConstraints { bool get(); void set(bool value); };
public bool CheckConstraints { get; set; }
member this.CheckConstraints : bool with get, set
Public Property CheckConstraints As Boolean

プロパティ値

check 制約を適用する場合は true。一括インポート操作中に check 制約を無視する場合は false。

注釈

詳細については、「BulkInsertTask」を参照してください。

適用対象