Share via


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
Public property Destination Infrastructure.
Public property DestinationType Infrastructure.
Public property DiffAlgorithm Infrastructure.
Public property DiffGramDestination Infrastructure.
Public property DiffGramDestinationType Infrastructure.
Public property DiffOptions Infrastructure.
Public property FailOnDifference Infrastructure.
Public property FailOnValidationFail Infrastructure.
Public property NodeList Infrastructure.
Public property OperationType Infrastructure.
Public property OverwriteDestination Infrastructure.
Public property PutResultInOneNode Infrastructure.
Public property SaveDiffGram Infrastructure.
Public property SaveOperationResult Infrastructure.
Public property SecondOperand Infrastructure.
Public property SecondOperandType Infrastructure.
Public property Source Infrastructure.
Public property SourceType Infrastructure.
Public property ValidationType Infrastructure.
Public property XPathOperation Infrastructure.
Public property XPathStringSource Infrastructure.
Public property XPathStringSourceType Infrastructure.

Top