IDTSXMLTask.OperationType Property
This API supports the infrastructure and is not intended to be used directly from your code.
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)