SqlGeometry.STNumInteriorRing 方法 ()

 

返回 Polygon SqlGeometry 实例的内环数。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlInt32 STNumInteriorRing()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlInt32 STNumInteriorRing()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STNumInteriorRing : unit -> SqlInt32
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STNumInteriorRing As SqlInt32

返回值

Type: System.Data.SqlTypes.SqlInt32

一个指定内环数的 SqlInt32 值。

备注

如果 null 实例不是多边形,则此方法返回 SqlGeometry

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首