Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the XPath operation to perform.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado: Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation
The XPath operation to perform.