XMLTask.XPathOperation Proprietà

Definizione

Ottiene o imposta un DTSXMLXPathOperation valore di enumerazione che indica l'operazione XPath da eseguire.

public:
 property Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLXPathOperation XPathOperation { Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLXPathOperation get(); void set(Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLXPathOperation value); };
public Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation XPathOperation { get; set; }
member this.XPathOperation : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation with get, set
Public Property XPathOperation As DTSXMLXPathOperation

Valore della proprietà

Un valore dall'enumerazione DTSXMLXPathOperation che indica l'operazione XPath da eseguire.

Implementazioni

Commenti

Questa proprietà viene usata quando il OperationType è impostato a XPATH.

Si applica a