Null (tipo di dati geography)
Si applica a: SQL Server
database SQL di Azure
Istanza gestita di SQL di Azure
database SQL in Microsoft Fabric
Proprietà di sola lettura che restituisce un'istanza Null del tipo geography.
Sintassi
Null
Argomenti
Tipi restituiti
Tipo SQL Server: geography
Tipo CLR: SqlGeography
Osservazioni:
Esempi
Nell'esempio seguente viene recuperata un'istanza geography
Null.
DECLARE @g geography;
SET @g = geography::[Null];
SELECT @g