| title | Null (geometry Data Type) | |
|---|---|---|
| description | Null (geometry Data Type) | |
| author | MladjoA | |
| ms.author | mlandzic | |
| ms.date | 08/03/2017 | |
| ms.service | sql | |
| ms.subservice | t-sql | |
| ms.topic | reference | |
| ms.custom |
|
|
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| dev_langs |
|
[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB]
A read-only property providing a null instance of the geometry type.
Null
[!INCLUDEssNoVersion] type: geometry
CLR type: SqlGeometry
The following example retrieves a null geometry instance.
DECLARE @g geometry;
SET @g = geometry::[Null];
SELECT @g