IDTSXMLTask.XPathOperation Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property XPathOperation As DTSXMLXPathOperation
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation