Метод 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

Вернуться в начало