XMLTask::XPathStringSource Property
Gets or sets the source of the XPath expression.
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
public: property String^ XPathStringSource { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
IDTSXMLTask::XPathStringSourceThis property is used when the OperationType is set to XPATH.
Show: