IDTSXMLTask.FailOnDifference Property

Definition

Gets or sets a value that indicates whether the task fails if the XML document fails to validate according to the validation schema.

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

Property Value

true if the task fails if the XML document fails to validate according to the validation schema; otherwise, false.

Applies to