Share via


IDTSXMLTask.ValidationType Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the type of validation the operation uses.

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Syntax

'Declaration
Property ValidationType As DTSXMLValidationType 
    Get 
    Set
'Usage
Dim instance As IDTSXMLTask 
Dim value As DTSXMLValidationType 

value = instance.ValidationType

instance.ValidationType = value
DTSXMLValidationType ValidationType { get; set; }
property DTSXMLValidationType ValidationType {
    DTSXMLValidationType get ();
    void set (DTSXMLValidationType value);
}
abstract ValidationType : DTSXMLValidationType with get, set
function get ValidationType () : DTSXMLValidationType 
function set ValidationType (value : DTSXMLValidationType)

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLValidationType
The type of validation the operation uses.

See Also

Reference

IDTSXMLTask Interface

Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace