XMLTask.XPathStringSourceType Property

 

Applies To: SQL Server 2016 Preview

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)

Syntax

public DTSXMLSourceType XPathStringSourceType { get; set; }
public:
property DTSXMLSourceType XPathStringSourceType {
    virtual DTSXMLSourceType get() sealed;
    virtual void set(DTSXMLSourceType value) sealed;
}
abstract XPathStringSourceType : DTSXMLSourceType with get, set
override XPathStringSourceType : DTSXMLSourceType with get, set
Public Property XPathStringSourceType As DTSXMLSourceType

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.

Implements

IDTSXMLTask.XPathStringSourceType

Remarks

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

See Also

XMLTask Class
Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace

Return to top