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 命名空间