Partager via


Propriété XPathOperation

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

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

Syntaxe

'Déclaration
Property XPathOperation As DTSXMLXPathOperation
    Get
    Set
'Utilisation
Dim instance As IDTSXMLTask
Dim value As DTSXMLXPathOperation

value = instance.XPathOperation

instance.XPathOperation = value
DTSXMLXPathOperation XPathOperation { get; set; }
property DTSXMLXPathOperation XPathOperation {
    DTSXMLXPathOperation get ();
    void set (DTSXMLXPathOperation value);
}
abstract XPathOperation : DTSXMLXPathOperation with get, set
function get XPathOperation () : DTSXMLXPathOperation
function set XPathOperation (value : DTSXMLXPathOperation)