SqlGeography.RingN(Int32) Método

Definição

Retorna o anel especificado da SqlGeography instância: 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

Uma expressão int entre 1 e o número de anéis em uma instância de polígono.

Retornos

Um SqlGeography objeto que representa o anel especificado por n.

Atributos

Aplica-se a