共用方式為


IDTSXMLTask.XPathStringSourceType 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the type of the source that contains the XPath expression.

命名空間:  Microsoft.SqlServer.Dts.Tasks.XMLTask
組件:  Microsoft.SqlServer.XMLTask (在 Microsoft.SqlServer.XMLTask.dll 中)

語法

'宣告
Property XPathStringSourceType As DTSXMLSourceType 
    Get 
    Set
'用途
Dim instance As IDTSXMLTask 
Dim value As DTSXMLSourceType 

value = instance.XPathStringSourceType

instance.XPathStringSourceType = value
DTSXMLSourceType XPathStringSourceType { get; set; }
property DTSXMLSourceType XPathStringSourceType {
    DTSXMLSourceType get ();
    void set (DTSXMLSourceType value);
}
abstract XPathStringSourceType : DTSXMLSourceType with get, set
function get XPathStringSourceType () : DTSXMLSourceType 
function set XPathStringSourceType (value : DTSXMLSourceType)

屬性值

型別:Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType
The type of the source that contains the XPath expression.

請參閱

參考

IDTSXMLTask 介面

Microsoft.SqlServer.Dts.Tasks.XMLTask 命名空間