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. |
页首