Partilhar via


Propriedade do RDL IndexedXmlPath.IsXQueryMaxlengthInferred

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.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

IndexedXmlPath Classe

Namespace Microsoft.SqlServer.Management.Smo