Partager via


SqlSpatialFunctions.RingN(DbGeography, Nullable<Int32>) Méthode

Définition

Retourne la boucle spécifiée de l'instance SqlGeography : 1 ≤ n ≤ NumRings().

public:
 static System::Data::Spatial::DbGeography ^ RingN(System::Data::Spatial::DbGeography ^ geographyValue, Nullable<int> index);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "RINGN")]
public static System.Data.Spatial.DbGeography RingN (System.Data.Spatial.DbGeography geographyValue, int? index);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "RINGN")>]
static member RingN : System.Data.Spatial.DbGeography * Nullable<int> -> System.Data.Spatial.DbGeography
Public Shared Function RingN (geographyValue As DbGeography, index As Nullable(Of Integer)) As DbGeography

Paramètres

geographyValue
DbGeography

Valeur géographique.

index
Nullable<Int32>

Expression de l'entier entre 1 et le nombre d'anneaux dans une instance polygonale.

Retours

Objet SqlGeography qui représente la boucle spécifiée par n.

Attributs

S’applique à