Compartir a través de


Propiedad StringAttributeMetadata.MaxLength

Se aplica a: CRM 2015 on-prem, CRM Online

Gets or sets the maximum length for the string.

Espacio de nombres: Microsoft.Xrm.Sdk.Metadata
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property MaxLength As Nullable(Of Integer)
[DataMemberAttribute] 
public Nullable<int> MaxLength { get; set; }

Valor de propiedad

Type: Aceptación de valores NULL<int>
The maximum length.

Comentarios

Required For Create.

Increasing the maximum length of an attribute that is the source field for an attribute mapping may cause truncation of data or errors when a solution containing these attributes is imported into another system. When you increase the MaxLength of an attribute, check whether any other attributes are mapped to it and ensure that the maximum length of any attributes that are the target in the mapping are an equal or longer length. For more information, see Using Entity and Attribute Mapping Data.

Seguridad de hilo

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows Server 2003 y

Plataformas de destino

Windows Vista,Windows XP

Vea también

Referencia

Clase de StringAttributeMetadata
Miembros de StringAttributeMetadata
Espacio de nombres de Microsoft.Xrm.Sdk.Metadata

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.