หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Applies to:
SQL Server
Azure SQL Database
Azure SQL Managed Instance
SQL database in Microsoft Fabric
A read-only property providing a null instance of the geometry type.
Syntax
Null
Arguments
Return Types
SQL Server type: geometry
CLR type: SqlGeometry
Remarks
Examples
The following example retrieves a null geometry instance.
DECLARE @g geometry;
SET @g = geometry::[Null];
SELECT @g