Freigeben über


XPathStringSource-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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)

Eigenschaftenwert

Typ: System. . :: . .String