Compartir a través de


SelectiveXmlIndexPromotedPath.XQueryDataType Propiedad

Gets or sets the XQuery data type of the path annotated with the keyword XQuery.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property XQueryDataType As Literal 
    Get 
    Set
'Uso
Dim instance As SelectiveXmlIndexPromotedPath 
Dim value As Literal 

value = instance.XQueryDataType

instance.XQueryDataType = value
public Literal XQueryDataType { get; set; }
public:
property Literal^ XQueryDataType {
    Literal^ get ();
    void set (Literal^ value);
}
member XQueryDataType : Literal with get, set
function get XQueryDataType () : Literal 
function set XQueryDataType (value : Literal)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The XQuery data type of the path annotated with the keyword XQuery.

Vea también

Referencia

SelectiveXmlIndexPromotedPath Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom