다음을 통해 공유


XMLTask.XPathStringSourceType 속성

Gets or sets a value from the DTSXMLSourceType enumeration that indicates the type of the source that contains the XPath expression in the XPathStringSource property.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.XMLTask
어셈블리:  Microsoft.SqlServer.XMLTask(Microsoft.SqlServer.XMLTask.dll)

구문

‘선언
Public Property XPathStringSourceType As DTSXMLSourceType 
    Get 
    Set
‘사용 방법
Dim instance As XMLTask 
Dim value As DTSXMLSourceType 

value = instance.XPathStringSourceType

instance.XPathStringSourceType = value
public DTSXMLSourceType XPathStringSourceType { get; set; }
public:
virtual property DTSXMLSourceType XPathStringSourceType {
    DTSXMLSourceType get () sealed;
    void set (DTSXMLSourceType value) sealed;
}
abstract XPathStringSourceType : DTSXMLSourceType with get, set 
override XPathStringSourceType : DTSXMLSourceType with get, set
final function get XPathStringSourceType () : DTSXMLSourceType 
final function set XPathStringSourceType (value : DTSXMLSourceType)

속성 값

유형: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType
A value from the DTSXMLSourceType enumeration that indicates the type of the source that contains the XPath expression.

구현

IDTSXMLTask.XPathStringSourceType

주의

This property is used when the OperationType is set to XPATH.

참고 항목

참조

XMLTask 클래스

Microsoft.SqlServer.Dts.Tasks.XMLTask 네임스페이스