Partager via


Propriété IDTSXMLTask.XPathOperation

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

Gets or sets the XPath operation to perform.

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)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation
The XPath operation to perform.

Voir aussi

Référence

IDTSXMLTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.XMLTask