Condividi tramite


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

Definizione

Restituisce l'anello specificato dell'istanza di SqlGeography: 1 ≤ n ≤ NumRings().

[System.Data.Entity.DbFunction("SqlServer", "RINGN")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="index")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static System.Data.Entity.Spatial.DbGeography RingN(System.Data.Entity.Spatial.DbGeography geographyValue, Nullable<int> index);
static member RingN : System.Data.Entity.Spatial.DbGeography * Nullable<int> -> System.Data.Entity.Spatial.DbGeography
Public Shared Function RingN (geographyValue As DbGeography, index As Nullable(Of Integer)) As DbGeography

Parametri

geographyValue
DbGeography

Valore di geografia.

index
Nullable<Int32>

Espressione di tipo int compresa tra 1 e il numero di anelli in un'istanza del poligono.

Restituisce

Oggetto di SqlGeography che rappresenta l'anello specificato da n.

Attributi

Si applica a