Condividi tramite


Proprietà XMLTask.XPathOperation

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

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

Sintassi

'Dichiarazione
Public Property XPathOperation As DTSXMLXPathOperation 
    Get 
    Set
'Utilizzo
Dim instance As XMLTask 
Dim value As DTSXMLXPathOperation 

value = instance.XPathOperation

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

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation
A value from the DTSXMLXPathOperation enumeration that indicates the XPath operation to perform.

Implementa

IDTSXMLTask.XPathOperation

Osservazioni

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

Vedere anche

Riferimento

XMLTask Classe

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