Condividi tramite


XMLTask.XPathOperation Property

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
public DTSXMLXPathOperation XPathOperation { get; set; }
public:
virtual property DTSXMLXPathOperation XPathOperation {
    DTSXMLXPathOperation get () sealed;
    void set (DTSXMLXPathOperation value) sealed;
}
/** @property */
public final DTSXMLXPathOperation get_XPathOperation ()

/** @property */
public final void set_XPathOperation (DTSXMLXPathOperation value)
public final function get XPathOperation () : DTSXMLXPathOperation

public final function set XPathOperation (value : DTSXMLXPathOperation)

Valore proprietà

A value from the DTSXMLXPathOperation enumeration that indicates the XPath operation to perform.

Osservazioni

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

XMLTask Class
XMLTask Members
Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace