Condividi tramite


Proprietà DbGeography.Area

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un valore Double che ammette i valori Null che indica l'area di questo valore DbGeography, che potrebbe essere Null se questo valore non rappresenta una superficie.

Spazio dei nomi:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Area As Nullable(Of Double)
    Get
'Utilizzo
Dim instance As DbGeography 
Dim value As Nullable(Of Double)

value = instance.Area
public Nullable<double> Area { get; }
public:
property Nullable<double> Area {
    Nullable<double> get ();
}
member Area : Nullable<float>
function get Area () : Nullable<double>

Valore proprietà

Tipo: System.Nullable<Double>
Valore Double che ammette i valori Null che indica l'area di questo valore DbGeography.

Vedere anche

Riferimento

DbGeography Classe

Spazio dei nomi System.Data.Entity.Spatial