Delen via


IDTSXMLTask Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the DTS XML task.

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

Syntax

'Declaration
Public Interface IDTSXMLTask
'Usage
Dim instance As IDTSXMLTask
public interface IDTSXMLTask
public interface class IDTSXMLTask
type IDTSXMLTask =  interface end
public interface IDTSXMLTask

The IDTSXMLTask type exposes the following members.

Properties

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

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace