Partilhar via


Propriedade do RDL SqlMetaData.MaxLength

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
Public ReadOnly Property MaxLength As Long
    Get
'Uso
Dim instance As SqlMetaData
Dim value As Long

value = instance.MaxLength
public long MaxLength { get; }
public:
property long long MaxLength {
    long long get ();
}
member MaxLength : int64
function get MaxLength () : long

Valor da propriedade

Tipo: System.Int64

Consulte também

Referência

SqlMetaData Classe

Namespace System.Data.SqlServerCe