Свойство Nullable
Gets a value that indicates whether the type is nullable.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property Nullable As Boolean
Get
'Применение
Dim instance As IUserDefinedDataType
Dim value As Boolean
value = instance.Nullable
bool Nullable { get; }
property bool Nullable {
bool get ();
}
abstract Nullable : bool
function get Nullable () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the type is nullable; otherwise, false.