DTSXMLXPathOperation Enumeration
Determines what type of XPATH functionality is performed. This enumeration is used by the XPathOperation.
命名空間: Microsoft.SqlServer.Dts.Tasks.XMLTask
組件: Microsoft.SqlServer.XMLTask (in microsoft.sqlserver.xmltask.dll)
語法
'宣告
Public Enumeration DTSXMLXPathOperation
public enum DTSXMLXPathOperation
public enum class DTSXMLXPathOperation
public enum DTSXMLXPathOperation
public enum DTSXMLXPathOperation
Members
Member name | Description |
---|---|
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. |
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。