Compartir a través de


IndexedXmlPath.IsXQueryTypeInferred Propiedad

Gets or sets a value that indicates whether XQuery type is inferred for the given XML path.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsXQueryTypeInferred As Boolean 
    Get
'Uso
Dim instance As IndexedXmlPath 
Dim value As Boolean 

value = instance.IsXQueryTypeInferred
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsXQueryTypeInferred { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsXQueryTypeInferred {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsXQueryTypeInferred : bool
function get IsXQueryTypeInferred () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the XQuery type is inferred; otherwise, false.

Vea también

Referencia

IndexedXmlPath Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo