Свойство IsNull
Gets a value indicating whether the SqlHierarchyId is nullNothingnullptrunitпустая ссылка (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 nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic); otherwise, false (0).
Реализует
Замечания
This member is virtual.