Compartilhar via


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

Definição

Retorna o anel especificado da instância 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

O valor de geografia.

index
Nullable<Int32>

Uma expressão int entre 1 e o número de anéis em uma instância de polígono.

Retornos

Um objeto SqlGeography que representa o anel especificado por n.

Atributos

Aplica-se a