Compartir a través de


SqlGeography.STEndPoint (Método) ()

 

Devuelve el extremo de una instancia de SqlGeography.

Espacio de nombres:   Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

[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

Valor devuelto

Type: Microsoft.SqlServer.Types.SqlGeography

Valor SqlGeography que contiene el extremo.

Comentarios

STEndPoint es el equivalente de SqlGeography.STPointN(x.STNumPoints()).

Este método devuelve NULL si se llama en una instancia de geography vacía.

Vea también

SqlGeography (Clase)
Microsoft.SqlServer.Types (Espacio de nombres)

Volver al principio