Compartir a través de


IDTSXMLTask.XPathStringSource Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the source of the XPath expression.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IDTSXMLTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.XMLTask