SqlGeometry.STIsRing Method

Definition

Determines whether the calling SqlGeometry instance is a ring.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STIsRing ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIsRing : unit -> System.Data.SqlTypes.SqlBoolean
Public Function STIsRing () As SqlBoolean

Returns

Returns true if a geometry instance fulfills the following requirements:It is a LineString instance.It is closed.It is simple.Returns false if the LineString instance does not meet the requirements.

Attributes

Applies to