Share via


IDTSXMLTask.OperationType 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 the operation that the task performs.

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

Syntax

'Declaration
Property OperationType As DTSXMLOperation 
    Get 
    Set
'Usage
Dim instance As IDTSXMLTask 
Dim value As DTSXMLOperation 

value = instance.OperationType

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

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLOperation
The type of the operation that the task performs.

See Also

Reference

IDTSXMLTask Interface

Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace