Свойство SqlGeometry.IsNull
Gets a value that indicates whether the SqlGeometry object is null.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsNull As Boolean
Get
'Применение
Dim instance As SqlGeometry
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
A bool value that indicates whether the object is nullпустая ссылка (Nothing в Visual Basic). If true, the object is null. Otherwise, false.
Реализует
Замечания
This member is virtual.