title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.custom | f1_keywords | helpviewer_keywords | dev_langs | monikerRange | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Null (geography Data Type) |
Null (geography Data Type) |
MladjoA |
mlandzic |
07/30/2017 |
sql |
t-sql |
reference |
|
|
|
|
=azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric |
[!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