Null (type de données geography)
Propriété en lecture seule qui fournit une instance Null du type geography.
Syntaxe
Null
Types des valeurs de retour
Type SQL Server : geography
Type CLR : SqlGeography
Exemples
L'exemple suivant extrait une instance geography nulle.
DECLARE @g geography;
SET @g = geography::[Null];
SELECT @g