Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.22 KB

File metadata and controls

54 lines (41 loc) · 1.22 KB
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
ignite-2025
f1_keywords
Null (geography Data Type)
helpviewer_keywords
Null (geography Data Type)
Null method
dev_langs
TSQL
monikerRange =azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric-sqldb

Null (geography Data Type)

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

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

Syntax

  
Null  

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