IDTSXMLTask Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the DTS XML task.
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
| Name | Description | |
|---|---|---|
![]() | Destination | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the task destination. |
![]() | DestinationType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the destination type. |
![]() | DiffAlgorithm | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the comparison algorithm. |
![]() | DiffGramDestination | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection or the variable to which the XML task saves the DiffGram document. |
![]() | DiffGramDestinationType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates the type of destination to which the XML task saves the DiffGram document. |
![]() | DiffOptions | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates the options the operation uses when comparing documents. |
![]() | FailOnDifference | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the task fails if the XML document fails to validate according to the validation schema. |
![]() | FailOnValidationFail | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the operation fails when a validation fails. |
![]() | Namespaces | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a collection of namespaces. |
![]() | NodeList | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a collection of nodes that the XPath operation produces. |
![]() | OperationType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of the operation that the task performs. |
![]() | OverwriteDestination | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the operation overwrites existing destination files. |
![]() | PutResultInOneNode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the operation places the result in one node. |
![]() | SaveDiffGram | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the comparison result, a DiffGram document, is saved. |
![]() | SaveOperationResult | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the XML task saves the Diff operation output. |
![]() | SecondOperand | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection, the variable, or the user-provided text that is the second operand. |
![]() | SecondOperandType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of source that contains the data in the second operand. |
![]() | Source | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection, the variable, or the user-provided text that is the source the operation uses. |
![]() | SourceType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of source that contains the XML document the operation uses. |
![]() | ValidationDetails | |
![]() | ValidationType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of validation the operation uses. |
![]() | XPathOperation | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the XPath operation to perform. |
![]() | XPathStringSource | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the source of the XPath expression. |
![]() | XPathStringSourceType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of the source that contains the XPath expression. |
