IDTSContainer100.DelayValidation Property

Definition

Gets or sets a value that indicates whether validation of the task is delayed until run time.

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

Property Value

true if the validation of the task is delayed until run time; otherwise, false.

Attributes

Remarks

For more information, see DtsContainer.

Applies to