SqlGeography.STIsClosed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the calling SqlGeography instance is closed.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STIsClosed ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIsClosed : unit -> System.Data.SqlTypes.SqlBoolean
Public Function STIsClosed () As SqlBoolean
Returns
A SqlBoolean value indicating whether the start and end points of the SqlGeography instance are the same. Returns true if both points are the same. Otherwise, false.
- Attributes