Freigeben über


IDTSXMLTask.XPathStringSource-Eigenschaft

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

Gets or sets the source of the XPath expression.

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

Syntax

'Declaration
Property XPathStringSource As String 
    Get 
    Set
'Usage
Dim instance As IDTSXMLTask 
Dim value As String 

value = instance.XPathStringSource

instance.XPathStringSource = value
string XPathStringSource { get; set; }
property String^ XPathStringSource {
    String^ get ();
    void set (String^ value);
}
abstract XPathStringSource : string with get, set
function get XPathStringSource () : String 
function set XPathStringSource (value : String)

Eigenschaftswert

Typ: System.String
The source of the XPath expression.

Siehe auch

Verweis

IDTSXMLTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.XMLTask-Namespace