XMLTask.XPathOperation 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 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.