Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the operation fails when a validation fails.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property FailOnValidationFail As Boolean
Get
Set
'Usage
Dim instance As IDTSXMLTask
Dim value As Boolean
value = instance.FailOnValidationFail
instance.FailOnValidationFail = value
bool FailOnValidationFail { get; set; }
property bool FailOnValidationFail {
bool get ();
void set (bool value);
}
abstract FailOnValidationFail : bool with get, set
function get FailOnValidationFail () : boolean
function set FailOnValidationFail (value : boolean)
Property Value
Type: System.Boolean
true if the operation fails when a validation fails; otherwise, false.