다음을 통해 공유


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 네임스페이스