SqlMetaData.MaxLength Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property MaxLength As Long
Get
'Usage
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
Property Value
Type: System.Int64