Sdílet prostřednictvím


SqlSpatialFunctions.RingN(DbGeography, Nullable<Int32>) Metoda

Definice

Vrátí zadaný prstenec 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

Parametry

geographyValue
DbGeography

Zeměpisná hodnota.

index
Nullable<Int32>

Výraz int mezi 1 a počtem prstenců v instanci mnohoúhelníku.

Návraty

A SqlGeography objekt, který představuje okruh určený n.

Atributy

Platí pro