Partager via


Énumération DTSXMLXPathOperation

Determines what type of XPATH functionality is performed. This enumeration is used by the XPathOperation.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly :  Microsoft.SqlServer.XMLTask (dans Microsoft.SqlServer.XMLTask.dll)

Syntaxe

'Déclaration
Public Enumeration DTSXMLXPathOperation
'Utilisation
Dim instance As DTSXMLXPathOperation
public enum DTSXMLXPathOperation
public enum class DTSXMLXPathOperation
type DTSXMLXPathOperation
public enum DTSXMLXPathOperation

Membres

Nom de membre Description
Evaluation This enumeration value is used when you need to take advantage of XPATH functions such as sum().
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.
NodeList This enumeration value is used when you want a node list returned that contains all of the nodes as an XML fragment.