Compartir a través de


IndexedXmlPath.IsXQueryMaxlengthInferred Propiedad

Gets or sets a value that indicates whether the maximum length is inferred from XML schema, applicable only for xs:string and xs:untypedAtomic types.

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 IsXQueryMaxlengthInferred As Boolean 
    Get
'Uso
Dim instance As IndexedXmlPath 
Dim value As Boolean 

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

Valor de la propiedad

Tipo: System.Boolean
true if the maximum length is inferred from XML schema; otherwise, false.

Vea también

Referencia

IndexedXmlPath Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo