Свойство Nullable
Gets a Boolean value that indicates whether the scalar object 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 IScalar
Dim value As Boolean
value = instance.Nullable
bool Nullable { get; }
property bool Nullable {
bool get ();
}
abstract Nullable : bool
function get Nullable () : boolean
Значение свойства
Тип: System. . :: . .Boolean
A Boolean value that indicates whether the scalar object is nullable.
См. также