Compartir a través de


Interfaz IDTSXMLTask

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the DTS XML task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
Public Interface IDTSXMLTask
'Uso
Dim instance As IDTSXMLTask
public interface IDTSXMLTask
public interface class IDTSXMLTask
type IDTSXMLTask =  interface end
public interface IDTSXMLTask

El tipo IDTSXMLTask expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Destination Infraestructura. Gets or sets the task destination.
Propiedad pública DestinationType Infraestructura. Gets or sets the destination type.
Propiedad pública DiffAlgorithm Infraestructura. Gets or sets the comparison algorithm.
Propiedad pública DiffGramDestination Infraestructura. Gets or sets the name of the connection or the variable to which the XML task saves the DiffGram document.
Propiedad pública DiffGramDestinationType Infraestructura. Gets or sets a value that indicates the type of destination to which the XML task saves the DiffGram document.
Propiedad pública DiffOptions Infraestructura. Gets or sets a value that indicates the options the operation uses when comparing documents.
Propiedad pública FailOnDifference Infraestructura. Gets or sets a value that indicates whether the task fails if the XML document fails to validate according to the validation schema.
Propiedad pública FailOnValidationFail Infraestructura. Gets or sets a value that indicates whether the operation fails when a validation fails.
Propiedad pública Namespaces Infraestructura. Gets or sets a collection of namespaces.
Propiedad pública NodeList Infraestructura. Gets or sets a collection of nodes that the XPath operation produces.
Propiedad pública OperationType Infraestructura. Gets or sets the type of the operation that the task performs.
Propiedad pública OverwriteDestination Infraestructura. Gets or sets a value that indicates whether the operation overwrites existing destination files.
Propiedad pública PutResultInOneNode Infraestructura. Gets or sets a value that indicates whether the operation places the result in one node.
Propiedad pública SaveDiffGram Infraestructura. Gets or sets a value that indicates whether the comparison result, a DiffGram document, is saved.
Propiedad pública SaveOperationResult Infraestructura. Gets or sets a value that indicates whether the XML task saves the Diff operation output.
Propiedad pública SecondOperand Infraestructura. Gets or sets the name of the connection, the variable, or the user-provided text that is the second operand.
Propiedad pública SecondOperandType Infraestructura. Gets or sets the type of source that contains the data in the second operand.
Propiedad pública Source Infraestructura. Gets or sets the name of the connection, the variable, or the user-provided text that is the source the operation uses.
Propiedad pública SourceType Infraestructura. Gets or sets the type of source that contains the XML document the operation uses.
Propiedad pública ValidationType Infraestructura. Gets or sets the type of validation the operation uses.
Propiedad pública XPathOperation Infraestructura. Gets or sets the XPath operation to perform.
Propiedad pública XPathStringSource Infraestructura. Gets or sets the source of the XPath expression.
Propiedad pública XPathStringSourceType Infraestructura. Gets or sets the type of the source that contains the XPath expression.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.XMLTask