XMLTask.XPathOperation 속성
Gets or sets a DTSXMLXPathOperation enumeration value that indicates the XPath operation to perform.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.XMLTask
어셈블리: Microsoft.SqlServer.XMLTask(Microsoft.SqlServer.XMLTask.dll)
구문
‘선언
Public Property XPathOperation As DTSXMLXPathOperation
Get
Set
‘사용 방법
Dim instance As XMLTask
Dim value As DTSXMLXPathOperation
value = instance.XPathOperation
instance.XPathOperation = value
public DTSXMLXPathOperation XPathOperation { get; set; }
public:
virtual property DTSXMLXPathOperation XPathOperation {
DTSXMLXPathOperation get () sealed;
void set (DTSXMLXPathOperation value) sealed;
}
abstract XPathOperation : DTSXMLXPathOperation with get, set
override XPathOperation : DTSXMLXPathOperation with get, set
final function get XPathOperation () : DTSXMLXPathOperation
final function set XPathOperation (value : DTSXMLXPathOperation)
속성 값
유형: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLXPathOperation
A value from the DTSXMLXPathOperation enumeration that indicates the XPath operation to perform.
구현
주의
This property is used when the OperationType is set to XPATH.