Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.17 KB

null-geography-data-type.md

File metadata and controls

53 lines (39 loc) · 1.17 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
Null (geography Data Type)
Null (geography Data Type)
MladjoA
mlandzic
07/30/2017
sql
t-sql
reference
Null (geography Data Type)
Null (geography Data Type)
Null method
TSQL

Null (geography Data Type)

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance]

A read-only property providing a null instance of the geography type.

Syntax

  
Null  

[!INCLUDEsql-server-tsql-previous-offline-documentation]

Arguments

Return Types

[!INCLUDEssNoVersion] type: geography

CLR type: SqlGeography

Remarks

Examples

The following example retrieves a null geography instance.

DECLARE @g geography;   
SET @g = geography::[Null];  
SELECT @g  

See Also

Extended Static Geography Methods