Поделиться через


Свойство 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