XMLTask.XPathOperation 属性
Gets or sets a DTSXMLXPathOperation enumeration value that indicates the XPath operation to perform.
命名空间: Microsoft.SqlServer.Dts.Tasks.XMLTask
程序集: Microsoft.SqlServer.XMLTask(在 Microsoft.SqlServer.XMLTask.dll 中)
语法
声明
Public Property XPathOperation As DTSXMLXPathOperation
Get
Set
用法
Dim instance As XMLTask
Dim value As DTSXMLXPathOperation
value = instance.XPathOperation
instance.XPathOperation = value
public DTSXMLXPathOperation XPathOperation { get; set; }
public:
virtual property DTSXMLXPathOperation XPathOperation {
DTSXMLXPathOperation get () sealed;
void set (DTSXMLXPathOperation value) sealed;
}
abstract XPathOperation : DTSXMLXPathOperation with get, set
override XPathOperation : DTSXMLXPathOperation with get, set
final function get XPathOperation () : DTSXMLXPathOperation
final function set XPathOperation (value : DTSXMLXPathOperation)
属性值
类型:Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation
A value from the DTSXMLXPathOperation enumeration that indicates the XPath operation to perform.
实现
注释
This property is used when the OperationType is set to XPATH.