IDTSXMLTask.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 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
The XPath operation to perform.