Langue

SqlGeography.RingN(Int32) Méthode

Définition

Retourne l’anneau spécifié de l’instance 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

Paramètres

n
Int32

Expression int comprise entre 1 et le nombre d’anneaux dans une instance de polygone.

Retours

Objet SqlGeography qui représente l’anneau spécifié par n.

Attributs

S’applique à