TaskHostClass.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 the validation is delayed.
public:
virtual property bool IDTSContainer100_DelayValidation { bool get(); void set(bool value); };
public virtual bool IDTSContainer100_DelayValidation { get; set; }
member this.IDTSContainer100_DelayValidation : bool with get, set
Public Overridable Property IDTSContainer100_DelayValidation As Boolean
Property Value
true if the validation is delayed; otherwise, false.