Freigeben über


IDTSXMLTask-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the DTS XML task.

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

Der IDTSXMLTask-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.XMLTask-Namespace