IDTSXMLTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the DTS XML task.
public interface class IDTSXMLTask
public interface IDTSXMLTask
type IDTSXMLTask = interface
Public Interface IDTSXMLTask
- Derived
Properties
Destination |
Gets or sets the task destination. |
DestinationType |
Gets or sets the destination type. |
DiffAlgorithm |
Gets or sets the comparison algorithm. |
DiffGramDestination |
Gets or sets the name of the connection or the variable to which the XML task saves the DiffGram document. |
DiffGramDestinationType |
Gets or sets a value that indicates the type of destination to which the XML task saves the DiffGram document. |
DiffOptions |
Gets or sets a value that indicates the options the operation uses when comparing documents. |
FailOnDifference |
Gets or sets a value that indicates whether the task fails if the XML document fails to validate according to the validation schema. |
FailOnValidationFail |
Gets or sets a value that indicates whether the operation fails when a validation fails. |
Namespaces |
Gets or sets a collection of namespaces. |
NodeList |
Gets or sets a collection of nodes that the XPath operation produces. |
OperationType |
Gets or sets the type of the operation that the task performs. |
OverwriteDestination |
Gets or sets a value that indicates whether the operation overwrites existing destination files. |
PutResultInOneNode |
Gets or sets a value that indicates whether the operation places the result in one node. |
SaveDiffGram |
Gets or sets a value that indicates whether the comparison result, a DiffGram document, is saved. |
SaveOperationResult |
Gets or sets a value that indicates whether the XML task saves the Diff operation output. |
SecondOperand |
Gets or sets the name of the connection, the variable, or the user-provided text that is the second operand. |
SecondOperandType |
Gets or sets the type of source that contains the data in the second operand. |
Source |
Gets or sets the name of the connection, the variable, or the user-provided text that is the source the operation uses. |
SourceType |
Gets or sets the type of source that contains the XML document the operation uses. |
ValidationDetails | |
ValidationType |
Gets or sets the type of validation the operation uses. |
XPathOperation |
Gets or sets the XPath operation to perform. |
XPathStringSource |
Gets or sets the source of the XPath expression. |
XPathStringSourceType |
Gets or sets the type of the source that contains the XPath expression. |