Compartir a través de


XMLTask.FailOnDifference Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
Public Property FailOnDifference As Boolean 
    Get 
    Set
'Uso
Dim instance As XMLTask 
Dim value As Boolean 

value = instance.FailOnDifference

instance.FailOnDifference = value
public bool FailOnDifference { get; set; }
public:
virtual property bool FailOnDifference {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract FailOnDifference : bool with get, set 
override FailOnDifference : bool with get, set
final function get FailOnDifference () : boolean 
final function set FailOnDifference (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the task fails if the XML document fails to validate according to the validation schema; false if XML validation does not affect task success.

Implementa

IDTSXMLTask.FailOnDifference

Comentarios

Default value is False. This property is used when the OperationType is set to Diff or Patch.

Vea también

Referencia

XMLTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.XMLTask