SqlSpatialFunctions.RingN(DbGeography, Nullable<Int32>) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.
Devoluciones
Objeto SqlGeography que representa el anillo especificado por n.
- Atributos
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.