SqlGeometry.STNumInteriorRing Method

Definition

Returns the number of interior rings of a Polygon SqlGeometry instance.

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

Returns

A SqlInt32 value that specifies the number of interior rings.

Attributes

Applies to