Proprietà IDTSXMLTask.XPathStringSource

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the source of the XPath expression.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Sintassi

'Dichiarazione
Property XPathStringSource As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

IDTSXMLTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask