Share via


IDTSObjectHost100.DelayValidation Property

Definition

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

Applies to