XPathStringSourceType 屬性

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

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