DTSXMLXPathOperation 枚举
Determines what type of XPATH functionality is performed. This enumeration is used by the XPathOperation.
命名空间: Microsoft.SqlServer.Dts.Tasks.XMLTask
程序集: Microsoft.SqlServer.XMLTask(在 Microsoft.SqlServer.XMLTask.dll 中)
语法
声明
Public Enumeration DTSXMLXPathOperation
用法
Dim instance As DTSXMLXPathOperation
public enum DTSXMLXPathOperation
public enum class DTSXMLXPathOperation
type DTSXMLXPathOperation
public enum DTSXMLXPathOperation
成员
成员名称 | 说明 | |
---|---|---|
Evaluation | This enumeration value is used when you need to take advantage of XPATH functions such as sum(). | |
NodeList | This enumeration value is used when you want a node list returned that contains all of the nodes as an XML fragment. | |
Values | This enumeration value is used when you want the inner text value of all the nodes concatenated into a string. It also offers support for the text() function. |