STPolyFromText (geography Data Type)
data-types #tsql#data-types
Syntax
Return Type
geography
Remarks
Constructs a polygon geography instance from a Well-Known Text (WKT) representation.
Examples
-- Example usage of STpolyfromtext
DECLARE @g geography;
-- Add method-specific example here