Compartilhar via


Propriedade do RDL UserDefinedType.MaxLength

Gets the maximum length of the alias data type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MaxLength As Integer 
    Get
'Uso
Dim instance As UserDefinedType 
Dim value As Integer 

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

Valor da propriedade

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

Exemplos

Trabalhando com tipos de dados

Consulte também

Referência

UserDefinedType Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Trabalhando com tipos de dados CLR definidos pelo usuário

CREATE TYPE (Transact-SQL)