Compartir a través de


IDTSXMLTask.FailOnDifference Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets a value 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
Property FailOnDifference As Boolean 
    Get 
    Set
'Uso
Dim instance As IDTSXMLTask 
Dim value As Boolean 

value = instance.FailOnDifference

instance.FailOnDifference = value
bool FailOnDifference { get; set; }
property bool FailOnDifference {
    bool get ();
    void set (bool value);
}
abstract FailOnDifference : bool with get, set
function get FailOnDifference () : boolean 
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; otherwise, false.

Vea también

Referencia

IDTSXMLTask Interfaz

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