IDTSContainer100.DelayValidation プロパティ

定義

タスクの検証が実行時まで遅延するかどうかを示す値を取得または設定します。

public:
 property bool DelayValidation { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(30)]
public bool DelayValidation { [System.Runtime.InteropServices.DispId(30)] get; [System.Runtime.InteropServices.DispId(30)] set; }
[<System.Runtime.InteropServices.DispId(30)>]
[<get: System.Runtime.InteropServices.DispId(30)>]
[<set: System.Runtime.InteropServices.DispId(30)>]
member this.DelayValidation : bool with get, set
Public Property DelayValidation As Boolean

プロパティ値

タスクの検証が実行時まで遅延する場合、そうでなければ、誤りです。

属性

注釈

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

適用対象