SqlGeometry.STStartPoint Método

Definición

Devuelve el punto inicial de una SqlGeometry instancia.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeometry STStartPoint();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STStartPoint : unit -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STStartPoint () As SqlGeometry

Devoluciones

Objeto SqlGeometry que contiene el punto inicial de la instancia de llamada.

Atributos

Se aplica a