Udostępnij przez


SqlSpatialFunctions.NumRings(DbGeography) Metoda

Definicja

Zwraca łączną liczbę pierścieni w wystąpieniu wielokąta.

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)

Parametry

geographyValue
DbGeography

Wartość geografii.

Zwraca

Całkowita liczba pierścieni.

Atrybuty

Dotyczy