SqlGeometry.STStartPoint 方法 ()

 

返回 SqlGeometry 实例的起始点。

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

语法

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

返回值

Type: Microsoft.SqlServer.Types.SqlGeometry

一个 SqlGeometry 对象,该对象包含调用实例的起点。

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首