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


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