Поделиться через


Свойство MaximumLength

Gets the maximum length of the system data type.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property MaximumLength As Integer
    Get
'Применение
Dim instance As SystemDataType
Dim value As Integer

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

Значение свойства

Тип System. . :: . .Int32
An Int32 value that specifies the maximum length of the system data type.