SqlGeography.STNumPoints 方法 ()

 

返回处于每个图形中的点总数 SqlGeography 实例

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

语法

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

返回值

Type: System.Data.SqlTypes.SqlInt32

一个 SqlInt32 值,该值指定 SqlGeography 实例的每个图形中的总点数。

备注

此方法对 SqlGeography 实例说明中的点进行计数。 重复的点将计算在内。 如果此实例是 GeometryCollection, ,此方法返回的每个集合中元素中的点的总数。

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首