XMLTask::XPathOperation Property

 

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

Namespace:   Microsoft.SqlServer.Dts.Tasks.XMLTask
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::DTSXMLXPathOperation

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

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

Return to top
Show: