XMLTask::XPathOperation Property
Gets or sets a DTSXMLXPathOperation enumeration value that indicates the XPath operation to perform.
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
public: property DTSXMLXPathOperation XPathOperation { virtual DTSXMLXPathOperation get() sealed; virtual void set(DTSXMLXPathOperation value) sealed; }
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.XMLTask::DTSXMLXPathOperationA value from the DTSXMLXPathOperation enumeration that indicates the XPath operation to perform.
Implements
IDTSXMLTask::XPathOperationThis property is used when the OperationType is set to XPATH.
Show: