Compartir a través de


MaxLength Propiedad

Gets the maximum length of the alias data type.

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

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property MaxLength As Integer
    Get
'Uso
Dim instance As UserDefinedType
Dim value As Integer

value = instance.MaxLength
[SfcPropertyAttribute]
public int MaxLength { get; }
[SfcPropertyAttribute]
public:
property int MaxLength {
    int get ();
}
[<SfcPropertyAttribute>]
member MaxLength : int
function get MaxLength () : int

Valor de la propiedad

Tipo: System. . :: . .Int32
An Int32 value that specifies the maximum length of the alias data type.