Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A read-only property providing a null instance of the geometry type.
Syntax
Null
Return Types
SQL Server type: geometry
CLR type: SqlGeometry
Examples
The following example retrieves a null geometry instance.
DECLARE @g geometry;
SET @g = geometry::[Null];
SELECT @g