XMLTask.XPathOperation Property
Gets or sets a DTSXMLXPathOperation enumeration value that indicates the XPath operation to perform.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in microsoft.sqlserver.xmltask.dll)
Syntax
'Declaration
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)
Property Value
A value from the DTSXMLXPathOperation enumeration that indicates the XPath operation to perform.
Remarks
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
XMLTask Class
XMLTask Members
Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace