SqlGeometry.STPointN(Int32) Método

Definición

Devuelve un punto especificado en una SqlGeometry instancia de .

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

Parámetros

n
Int32

Expresión int entre 1 y el número de puntos de la SqlGeometry instancia.

Devoluciones

SqlGeometry que representa el punto especificado en la instancia de llamada.

Atributos

Se aplica a