Partager via


XMLTask.XPathOperation Property

Gets or sets a DTSXMLXPathOperation enumeration value that indicates the XPath operation to perform.

Espace de noms: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in microsoft.sqlserver.xmltask.dll)

Syntaxe

'Déclaration
Public Property XPathOperation As DTSXMLXPathOperation
public DTSXMLXPathOperation XPathOperation { get; set; }
public:
virtual property DTSXMLXPathOperation XPathOperation {
    DTSXMLXPathOperation get () sealed;
    void set (DTSXMLXPathOperation value) sealed;
}
/** @property */
public final DTSXMLXPathOperation get_XPathOperation ()

/** @property */
public final void set_XPathOperation (DTSXMLXPathOperation value)
public final function get XPathOperation () : DTSXMLXPathOperation

public final function set XPathOperation (value : DTSXMLXPathOperation)

Valeur de propriété

A value from the DTSXMLXPathOperation enumeration that indicates the XPath operation to perform.

Notes

This property is used when the OperationType is set to XPATH.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

XMLTask Class
XMLTask Members
Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace