Свойство Nullable
A value that specifies whether an object is nullable.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Property Nullable As Boolean
Get
Set
'Применение
Dim instance As IMutableScalar
Dim value As Boolean
value = instance.Nullable
instance.Nullable = value
bool Nullable { get; set; }
property bool Nullable {
bool get ();
void set (bool value);
}
abstract Nullable : bool with get, set
function get Nullable () : boolean
function set Nullable (value : boolean)
Значение свойства
Тип: System. . :: . .Boolean
A Boolean value that specifies whether an object is nullable.