Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.