Condividi tramite


Proprietà XPathOperation

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

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)