共用方式為


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