IDTSXMLTask Interface
This API supports the infrastructure and is not intended to be used directly from your code.
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 | |
---|---|---|
Destination | Infrastructure. | |
DestinationType | Infrastructure. | |
DiffAlgorithm | Infrastructure. | |
DiffGramDestination | Infrastructure. | |
DiffGramDestinationType | Infrastructure. | |
DiffOptions | Infrastructure. | |
FailOnDifference | Infrastructure. | |
FailOnValidationFail | Infrastructure. | |
NodeList | Infrastructure. | |
OperationType | Infrastructure. | |
OverwriteDestination | Infrastructure. | |
PutResultInOneNode | Infrastructure. | |
SaveDiffGram | Infrastructure. | |
SaveOperationResult | Infrastructure. | |
SecondOperand | Infrastructure. | |
SecondOperandType | Infrastructure. | |
Source | Infrastructure. | |
SourceType | Infrastructure. | |
ValidationType | Infrastructure. | |
XPathOperation | Infrastructure. | |
XPathStringSource | Infrastructure. | |
XPathStringSourceType | Infrastructure. |
Top