Freigeben über


IDTSXMLTask.XPathStringSourceType-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Syntax

'Declaration
Property XPathStringSourceType As DTSXMLSourceType 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSXMLTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.XMLTask-Namespace