SqlGeometry.STEndPoint 方法 ()

 

返回的终结点 SqlGeometry 实例。

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

语法

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

返回值

Type: Microsoft.SqlServer.Types.SqlGeometry

一个 SqlGeometry 对象,该对象表示调用 SqlGeometry 的端点。

备注

STEndPoint 等同于 STPointN (x.NumPoints())。

此方法返回 null 如果在一个空上调用 SqlGeometry 实例。

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首