STStartPoint 方法

Returns the start point of a SqlGeography instance.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STStartPoint As SqlGeography
用法
Dim instance As SqlGeography
Dim returnValue As SqlGeography

returnValue = instance.STStartPoint()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STStartPoint()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeography^ STStartPoint()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STStartPoint : unit -> SqlGeography 
public function STStartPoint() : SqlGeography

返回值

类型:Microsoft.SqlServer.Types. . :: . .SqlGeography
A SqlGeography value that represents the start point of the calling SqlGeography.

注释

STStartPoint is the equivalent of STPointN(1).