Partager via


Propriété 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.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsXQueryMaxlengthInferred As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IndexedXmlPath Classe

Espace de noms Microsoft.SqlServer.Management.Smo