IDTSXMLTask.FailOnValidationFail Property

Definition

Gets or sets a value that indicates whether the operation fails when a validation fails.

public:
 property bool FailOnValidationFail { bool get(); void set(bool value); };
public bool FailOnValidationFail { get; set; }
member this.FailOnValidationFail : bool with get, set
Public Property FailOnValidationFail As Boolean

Property Value

true if the operation fails when a validation fails; otherwise, false.

Applies to