| title | Null (geography Data Type) | ||
|---|---|---|---|
| description | Null (geography Data Type) | ||
| author | MladjoA | ||
| ms.author | mlandzic | ||
| ms.date | 07/30/2017 | ||
| ms.service | sql | ||
| ms.subservice | t-sql | ||
| ms.topic | reference | ||
| ms.custom |
|
||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| dev_langs |
|
||
| monikerRange | =azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric-sqldb |
[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB]
A read-only property providing a null instance of the geography type.
Null
[!INCLUDEssNoVersion] type: geography
CLR type: SqlGeography
The following example retrieves a null geography instance.
DECLARE @g geography;
SET @g = geography::[Null];
SELECT @g