XMLTask.XPathStringSourceType Property

Definition

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.

public:
 property Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType XPathStringSourceType { Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType get(); void set(Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType value); };
public Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType XPathStringSourceType { get; set; }
member this.XPathStringSourceType : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType with get, set
Public Property XPathStringSourceType As DTSXMLSourceType

Property Value

A value from the DTSXMLSourceType enumeration that indicates the type of the source that contains the XPath expression.

Implements

Remarks

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

Applies to