Compartilhar via


Interface IDTSXMLTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents the DTS XML task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)

Sintaxe

'Declaração
Public Interface IDTSXMLTask
'Uso
Dim instance As IDTSXMLTask
public interface IDTSXMLTask
public interface class IDTSXMLTask
type IDTSXMLTask =  interface end
public interface IDTSXMLTask

O tipo IDTSXMLTask expõe os membros a seguir.

Propriedades

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

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask