다음을 통해 공유


XMLTask.XPathStringSource 속성

Gets or sets the source of the XPath expression.

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

구문

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

value = instance.XPathStringSource

instance.XPathStringSource = value
public string XPathStringSource { get; set; }
public:
virtual property String^ XPathStringSource {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract XPathStringSource : string with get, set 
override XPathStringSource : string with get, set
final function get XPathStringSource () : String 
final function set XPathStringSource (value : String)

속성 값

유형: System.String
A String that contains the source of the XPath expression.

구현

IDTSXMLTask.XPathStringSource

주의

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

참고 항목

참조

XMLTask 클래스

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