IndexedXmlPath.IsXQueryMaxlengthInferred Property
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 (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsXQueryMaxlengthInferred As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the maximum length is inferred from XML schema; otherwise, false.