SqlGeometry.STPointOnSurface Método

Definición

Devuelve un punto arbitrario ubicado dentro del interior de una SqlGeometry instancia.

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

Devoluciones

Objeto SqlGeometry que representa un punto dentro de la llamada a SqlGeometry.

Atributos

Se aplica a