Compartilhar via


Propriedade do RDL IDTSXMLTask.XPathStringSource

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the source of the XPath expression.

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

Sintaxe

'Declaração
Property XPathStringSource As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IDTSXMLTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask