Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
A read-only property providing a null instance of the geography type.
Syntax
Null
Return Types
SQL Server type: geography
CLR type: SqlGeography
Examples
The following example retrieves a null geography instance.
DECLARE @g geography;
SET @g = geography::[Null];
SELECT @g