IDTSObjectHost100.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.
public:
property bool DelayValidation { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610678274)]
public bool DelayValidation { get; set; }
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.DelayValidation : bool with get, set
Public Property DelayValidation As Boolean
Property Value
true if validation of the package is delayed until runtime. false if the package is validated, and errors and warnings are returned before the package is actually executed.
- Attributes