A closed geography instance is a figure whose start points and end points are the same. Polygon instances are considered closed. Point instances are not closed.
A ring is a simple, closed LineString instance.
To determine if an instance is closed
STIsClosed (geography Data Type)
To return the number of rings in a Polygon instance
NumRings (geography Data Type)
To return a specified ring of a geography instance
RingN (geography Data Type)