Partager via


Interface IDTSXMLTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the DTS XML task.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly :  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Syntaxe

'Déclaration
Public Interface IDTSXMLTask
'Utilisation
Dim instance As IDTSXMLTask
public interface IDTSXMLTask
public interface class IDTSXMLTask
type IDTSXMLTask =  interface end
public interface IDTSXMLTask

Le type IDTSXMLTask expose les membres suivants.

Propriétés

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

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.XMLTask