Proprietà IDTSXMLTask.XPathOperation

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the XPath operation to perform.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Sintassi

'Dichiarazione
Property XPathOperation As DTSXMLXPathOperation 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

IDTSXMLTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask