Lingua

SqlGeography.RingN(Int32) Metodo

Definizione

Restituisce l'anello specificato dell'istanza SqlGeography : 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

Parametri

n
Int32

Espressione int compresa tra 1 e il numero di anelli in un'istanza poligono.

Valori restituiti

Oggetto SqlGeography che rappresenta l'anello specificato da n.

Attributi

Si applica a