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.

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

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

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

Return to top
Show: