Compartir a través de


XMLTask.XPathOperation Property

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

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado: Microsoft.SqlServer.XMLTask (in microsoft.sqlserver.xmltask.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Notas

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

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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