Condividi tramite


Interfaccia IDTSXMLTask

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the DTS XML task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Sintassi

'Dichiarazione
Public Interface IDTSXMLTask
'Utilizzo
Dim instance As IDTSXMLTask
public interface IDTSXMLTask
public interface class IDTSXMLTask
type IDTSXMLTask =  interface end
public interface IDTSXMLTask

Nel tipo IDTSXMLTask sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Destination Infrastruttura. Gets or sets the task destination.
Proprietà pubblica DestinationType Infrastruttura. Gets or sets the destination type.
Proprietà pubblica DiffAlgorithm Infrastruttura. Gets or sets the comparison algorithm.
Proprietà pubblica DiffGramDestination Infrastruttura. Gets or sets the name of the connection or the variable to which the XML task saves the DiffGram document.
Proprietà pubblica DiffGramDestinationType Infrastruttura. Gets or sets a value that indicates the type of destination to which the XML task saves the DiffGram document.
Proprietà pubblica DiffOptions Infrastruttura. Gets or sets a value that indicates the options the operation uses when comparing documents.
Proprietà pubblica FailOnDifference Infrastruttura. Gets or sets a value that indicates whether the task fails if the XML document fails to validate according to the validation schema.
Proprietà pubblica FailOnValidationFail Infrastruttura. Gets or sets a value that indicates whether the operation fails when a validation fails.
Proprietà pubblica Namespaces Infrastruttura. Gets or sets a collection of namespaces.
Proprietà pubblica NodeList Infrastruttura. Gets or sets a collection of nodes that the XPath operation produces.
Proprietà pubblica OperationType Infrastruttura. Gets or sets the type of the operation that the task performs.
Proprietà pubblica OverwriteDestination Infrastruttura. Gets or sets a value that indicates whether the operation overwrites existing destination files.
Proprietà pubblica PutResultInOneNode Infrastruttura. Gets or sets a value that indicates whether the operation places the result in one node.
Proprietà pubblica SaveDiffGram Infrastruttura. Gets or sets a value that indicates whether the comparison result, a DiffGram document, is saved.
Proprietà pubblica SaveOperationResult Infrastruttura. Gets or sets a value that indicates whether the XML task saves the Diff operation output.
Proprietà pubblica SecondOperand Infrastruttura. Gets or sets the name of the connection, the variable, or the user-provided text that is the second operand.
Proprietà pubblica SecondOperandType Infrastruttura. Gets or sets the type of source that contains the data in the second operand.
Proprietà pubblica Source Infrastruttura. Gets or sets the name of the connection, the variable, or the user-provided text that is the source the operation uses.
Proprietà pubblica SourceType Infrastruttura. Gets or sets the type of source that contains the XML document the operation uses.
Proprietà pubblica ValidationType Infrastruttura. Gets or sets the type of validation the operation uses.
Proprietà pubblica XPathOperation Infrastruttura. Gets or sets the XPath operation to perform.
Proprietà pubblica XPathStringSource Infrastruttura. Gets or sets the source of the XPath expression.
Proprietà pubblica XPathStringSourceType Infrastruttura. Gets or sets the type of the source that contains the XPath expression.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask