Udostępnij przez


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

Definicja

Zwraca określony pierścień wystąpienia 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

Wartość geografii.

index
Nullable<Int32>

Wyrażenie liczby int z zakresu od 1 do liczby pierścieni w wystąpieniu wielokąta.

Zwraca

Obiekt SqlGeography reprezentujący pierścień określony przez n.

Atrybuty

Dotyczy