Propriedade do RDL IDTSXMLTask.XPathOperation
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the XPath operation to perform.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)
Sintaxe
'Declaração
Property XPathOperation As DTSXMLXPathOperation
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation
The XPath operation to perform.