XMLTask::XPathStringSourceType Property
Gets or sets a value from the DTSXMLSourceType enumeration that indicates the type of the source that contains the XPath expression in the XPathStringSource property.
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
public: property DTSXMLSourceType XPathStringSourceType { virtual DTSXMLSourceType get() sealed; virtual void set(DTSXMLSourceType value) sealed; }
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.XMLTask::DTSXMLSourceTypeA value from the DTSXMLSourceType enumeration that indicates the type of the source that contains the XPath expression.
Implements
IDTSXMLTask::XPathStringSourceTypeThis property is used when the OperationType is set to XPATH.
Show: