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. |
맨 위로 이동