SqlGeography.STEndPoint 方法 ()

 

返回 SqlGeography 实例的终点。

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

语法

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

返回值

Type: Microsoft.SqlServer.Types.SqlGeography

一个包含端点的 SqlGeography 值。

备注

STEndPoint 等同于 SqlGeography.STPointN(x.STNumPoints())。

如果针对空 geography 实例调用此方法,则此方法返回 Null。

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首