Compartir a través de


IndexedXmlPath.XQueryMaxLength Propiedad

Gets or sets the maximum length optimization hint, in characters, applicable for xs:string and xs:untypedAtomic types only, null otherwise.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property XQueryMaxLength As Integer 
    Get 
    Set
'Uso
Dim instance As IndexedXmlPath 
Dim value As Integer 

value = instance.XQueryMaxLength

instance.XQueryMaxLength = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public int XQueryMaxLength { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property int XQueryMaxLength {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member XQueryMaxLength : int with get, set
function get XQueryMaxLength () : int 
function set XQueryMaxLength (value : int)

Valor de la propiedad

Tipo: System.Int32
The maximum length optimization hint.

Vea también

Referencia

IndexedXmlPath Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo