Null (tipo di dati geography)
Proprietà di sola lettura che restituisce un'istanza Null del tipo geography.
Sintassi
Null
Tipi restituiti
Tipo SQL Server: geography
Tipo CLR: SqlGeography
Esempi
Nell'esempio seguente viene recuperata un'istanza geography Null.
DECLARE @g geography;
SET @g = geography::[Null];
SELECT @g