FailOnDifference 屬性
Gets or sets a Boolean that indicates whether the task fails if the XML document fails to validate according to the validation schema.
命名空間: Microsoft.SqlServer.Dts.Tasks.XMLTask
組件: Microsoft.SqlServer.XMLTask (在 Microsoft.SqlServer.XMLTask.dll 中)
語法
'宣告
Public Property FailOnDifference As Boolean
Get
Set
'用途
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)
屬性值
型別: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.