Compartir a través de


IDTSXMLTask.XPathStringSourceType 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 type of the source that contains the XPath expression.

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

Sintaxis

'Declaración
Property XPathStringSourceType As DTSXMLSourceType 
    Get 
    Set
'Uso
Dim instance As IDTSXMLTask 
Dim value As DTSXMLSourceType 

value = instance.XPathStringSourceType

instance.XPathStringSourceType = value
DTSXMLSourceType XPathStringSourceType { get; set; }
property DTSXMLSourceType XPathStringSourceType {
    DTSXMLSourceType get ();
    void set (DTSXMLSourceType value);
}
abstract XPathStringSourceType : DTSXMLSourceType with get, set
function get XPathStringSourceType () : DTSXMLSourceType 
function set XPathStringSourceType (value : DTSXMLSourceType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType
The type of the source that contains the XPath expression.

Vea también

Referencia

IDTSXMLTask Interfaz

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