IDTSContainer100.DelayValidation Property 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property DelayValidation As BooleanProperty Value
true if the validation of the task is delayed until run time; otherwise, false.
- Attributes
Remarks
For more information, see DtsContainer.