Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the maximum length of this string type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property MaxLength As Nullable(Of Integer)
Get
'Usage
Dim instance As IEdmStringTypeReference
Dim value As Nullable(Of Integer)
value = instance.MaxLength
Nullable<int> MaxLength { get; }
property Nullable<int> MaxLength {
Nullable<int> get ();
}
abstract MaxLength : Nullable<int>
function get MaxLength () : Nullable<int>
Property Value
Type: System.Nullable<Int32>
The maximum length of this string type.