共用方式為


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 命名空間