다음을 통해 공유


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.

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.XMLTask 네임스페이스