MaxLength Propiedad
Obtiene o establece la longitud máxima de una columna de texto.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)
Sintaxis
'Declaración
Public Property MaxLength As Integer
Get
Set
'Uso
Dim instance As SyncSchemaColumn
Dim value As Integer
value = instance.MaxLength
instance.MaxLength = value
public int MaxLength { get; set; }
public:
property int MaxLength {
int get ();
void set (int value);
}
member MaxLength : int with get, set
function get MaxLength () : int
function set MaxLength (value : int)
Valor de la propiedad
Tipo: System. . :: . .Int32
Longitud máxima de la columna de texto si dicho valor fue establecido; -1 en caso contrario.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | value es un valor null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). . |