Поделиться через


Интерфейс IDTSXMLTask

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents the DTS XML task.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Сборка:  Microsoft.SqlServer.XMLTask (в Microsoft.SqlServer.XMLTask.dll)

Синтаксис

'Декларация
Public Interface IDTSXMLTask
'Применение
Dim instance As IDTSXMLTask
public interface IDTSXMLTask
public interface class IDTSXMLTask
type IDTSXMLTask =  interface end
public interface IDTSXMLTask

Тип IDTSXMLTask обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Destination Инфраструктура. Gets or sets the task destination.
Открытое свойство DestinationType Инфраструктура. Gets or sets the destination type.
Открытое свойство DiffAlgorithm Инфраструктура. Gets or sets the comparison algorithm.
Открытое свойство DiffGramDestination Инфраструктура. Gets or sets the name of the connection or the variable to which the XML task saves the DiffGram document.
Открытое свойство DiffGramDestinationType Инфраструктура. Gets or sets a value that indicates the type of destination to which the XML task saves the DiffGram document.
Открытое свойство DiffOptions Инфраструктура. Gets or sets a value that indicates the options the operation uses when comparing documents.
Открытое свойство FailOnDifference Инфраструктура. Gets or sets a value that indicates whether the task fails if the XML document fails to validate according to the validation schema.
Открытое свойство FailOnValidationFail Инфраструктура. Gets or sets a value that indicates whether the operation fails when a validation fails.
Открытое свойство Namespaces Инфраструктура. Gets or sets a collection of namespaces.
Открытое свойство NodeList Инфраструктура. Gets or sets a collection of nodes that the XPath operation produces.
Открытое свойство OperationType Инфраструктура. Gets or sets the type of the operation that the task performs.
Открытое свойство OverwriteDestination Инфраструктура. Gets or sets a value that indicates whether the operation overwrites existing destination files.
Открытое свойство PutResultInOneNode Инфраструктура. Gets or sets a value that indicates whether the operation places the result in one node.
Открытое свойство SaveDiffGram Инфраструктура. Gets or sets a value that indicates whether the comparison result, a DiffGram document, is saved.
Открытое свойство SaveOperationResult Инфраструктура. Gets or sets a value that indicates whether the XML task saves the Diff operation output.
Открытое свойство SecondOperand Инфраструктура. Gets or sets the name of the connection, the variable, or the user-provided text that is the second operand.
Открытое свойство SecondOperandType Инфраструктура. Gets or sets the type of source that contains the data in the second operand.
Открытое свойство Source Инфраструктура. Gets or sets the name of the connection, the variable, or the user-provided text that is the source the operation uses.
Открытое свойство SourceType Инфраструктура. Gets or sets the type of source that contains the XML document the operation uses.
Открытое свойство ValidationType Инфраструктура. Gets or sets the type of validation the operation uses.
Открытое свойство XPathOperation Инфраструктура. Gets or sets the XPath operation to perform.
Открытое свойство XPathStringSource Инфраструктура. Gets or sets the source of the XPath expression.
Открытое свойство XPathStringSourceType Инфраструктура. Gets or sets the type of the source that contains the XPath expression.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.XMLTask