SqlGeography.STStartPoint 方法 ()

 

返回 SqlGeography 实例的起始点。

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

语法

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

返回值

Type: Microsoft.SqlServer.Types.SqlGeography

一个 SqlGeography 值,该值表示调用 SqlGeography 的起点。

备注

STStartPoint 是 STPointN(1) 等效项。

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首