Partager via


Propriété IDTSXMLTask.XPathStringSource

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the source of the XPath expression.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly :  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Syntaxe

'Déclaration
Property XPathStringSource As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSXMLTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.XMLTask