Свойство SqlHierarchyId.IsNull

Gets a value indicating whether the SqlHierarchyId is nullпустая ссылка (Nothing в Visual Basic).

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

Синтаксис

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

value = instance.IsNull
public bool IsNull { get; }
public:
virtual property bool IsNull {
    bool get () sealed;
}
abstract IsNull : bool 
override IsNull : bool
final function get IsNull () : boolean

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

Тип: System.Boolean
Boolean representing true (1) if the SqlHierarchyId node is nullпустая ссылка (Nothing в Visual Basic); otherwise, false (0).

Реализует

INullable.IsNull

Замечания

This member is virtual.

См. также

Справочник

SqlHierarchyId Структура

Пространство имен Microsoft.SqlServer.Types