XMLTask.XPathOperation Property

Definition

Gets or sets a DTSXMLXPathOperation enumeration value that indicates the XPath operation to perform.

public:
 property Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLXPathOperation XPathOperation { Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLXPathOperation get(); void set(Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLXPathOperation value); };
public Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation XPathOperation { get; set; }
member this.XPathOperation : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation with get, set
Public Property XPathOperation As DTSXMLXPathOperation

Property Value

A value from the DTSXMLXPathOperation enumeration that indicates the XPath operation to perform.

Implements

Remarks

This property is used when the OperationType is set to XPATH.

Applies to