SqlGeography.RingN(Int32) Método

Definición

Devuelve el anillo especificado de la SqlGeography instancia: 1 ≤ n ≤ NumRings().

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

Parámetros

n
Int32

Expresión int entre 1 y el número de anillos de una instancia de polígono.

Devoluciones

Objeto SqlGeography que representa el anillo especificado por n.

Atributos

Se aplica a