Freigeben über


IDTSXMLTask.ValidationType-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSXMLTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.XMLTask-Namespace