Interface IDTSXMLTask
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly : Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)
Syntaxe
'Déclaration
Public Interface IDTSXMLTask
'Utilisation
Dim instance As IDTSXMLTask
public interface IDTSXMLTask
public interface class IDTSXMLTask
type IDTSXMLTask = interface end
public interface IDTSXMLTask
Le type IDTSXMLTask expose les membres suivants.
Propriétés
Nom | 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. |
Haut de la page