ConnectionManagerHostClass.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 Boolean that indicates whether package validation is delayed until the package runs.
public:
virtual property bool DelayValidation { bool get(); void set(bool value); };
public virtual bool DelayValidation { get; set; }
member this.DelayValidation : bool with get, set
Public Overridable Property DelayValidation As Boolean
Property Value
true if validation is delayed until package run time; otherwise, false. The default value is false.
Implements
Remarks
For more information, see ConnectionManager.