Свойство IsNull

Gets a value that indicates whether the property value has been read and is nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic). Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
ReadOnly Property IsNull As Boolean
    Get
'Применение
Dim instance As ISfcProperty
Dim value As Boolean

value = instance.IsNull
bool IsNull { get; }
property bool IsNull {
    bool get ();
}
abstract IsNull : bool
function get IsNull () : boolean

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

Тип: System. . :: . .Boolean
true if the property value is nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic); otherwise, false.