共用方式為


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.