Null (geometry)# A property providing a null instance of the geometry type. Syntax# .Null Return type# geometry Example# Retrieve a null geometry instance. DECLARE @g geometry; SET @g = geometry::[Null]; SELECT @g See Also# Geometry static extended OGC methods Geometry type