Compartir a través de


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

Definición

Devuelve el anillo especificado de la instancia de 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

Parámetros

geographyValue
DbGeography

Valor de geografía.

index
Nullable<Int32>

Una expresión int entre 1 y el número de anillos de una instancia de polygon.

Devoluciones

Objeto SqlGeography que representa el anillo especificado por n.

Atributos

Se aplica a