Compartir a través de


SqlGeography.STStartPoint (Método) ()

 

Devuelve el punto de inicio 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 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

Valor devuelto

Type: Microsoft.SqlServer.Types.SqlGeography

Valor de SqlGeography que representa el punto de inicio de la instancia de SqlGeography que realiza la llamada.

Comentarios

STStartPoint es el equivalente de STPointN(1).

Vea también

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

Volver al principio