Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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