IDTSXMLTask.OperationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of the operation that the task performs.
public:
property Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLOperation OperationType { Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLOperation get(); void set(Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLOperation value); };
public Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLOperation OperationType { get; set; }
member this.OperationType : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLOperation with get, set
Public Property OperationType As DTSXMLOperation
Property Value
The type of the operation that the task performs.