SqlGeography.STIsClosed Method

Definition

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

Applies to