Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets a value that indicates whether the task fails if the XML document fails to validate according to the validation schema.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property FailOnDifference As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if the task fails if the XML document fails to validate according to the validation schema; otherwise, false.