Compartir a través de


SqlSpatialFunctions.NumRings(DbGeography) Método

Definición

Devuelve el número total de anillos de una instancia de Polygon.

public:
 static Nullable<int> NumRings(System::Data::Spatial::DbGeography ^ geographyValue);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "NUMRINGS")]
public static int? NumRings (System.Data.Spatial.DbGeography geographyValue);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "NUMRINGS")>]
static member NumRings : System.Data.Spatial.DbGeography -> Nullable<int>
Public Shared Function NumRings (geographyValue As DbGeography) As Nullable(Of Integer)

Parámetros

geographyValue
DbGeography

Valor de geografía.

Devoluciones

Número total de anillos.

Atributos

Se aplica a