Condividi tramite


Proprietà DbGeography.WellKnownValue

[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 o imposta una rappresentazione WKB serializzabile di un contratto di dati di questo valore DbGeography.

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

Sintassi

'Dichiarazione
<DataMemberAttribute(Name := "Geography")> _
Public Property WellKnownValue As DbGeographyWellKnownValue 
    Get 
    Set
'Utilizzo
Dim instance As DbGeography 
Dim value As DbGeographyWellKnownValue 

value = instance.WellKnownValue

instance.WellKnownValue = value
[DataMemberAttribute(Name = "Geography")]
public DbGeographyWellKnownValue WellKnownValue { get; set; }
[DataMemberAttribute(Name = L"Geography")]
public:
property DbGeographyWellKnownValue^ WellKnownValue {
    DbGeographyWellKnownValue^ get ();
    void set (DbGeographyWellKnownValue^ value);
}
[<DataMemberAttribute(Name = "Geography")>]
member WellKnownValue : DbGeographyWellKnownValue with get, set
function get WellKnownValue () : DbGeographyWellKnownValue 
function set WellKnownValue (value : DbGeographyWellKnownValue)

Valore proprietà

Tipo: System.Data.Entity.Spatial.DbGeographyWellKnownValue
Rappresentazione nota serializzabile di un contratto di dati di questo valore DbGeography.

Vedere anche

Riferimento

DbGeography Classe

Spazio dei nomi System.Data.Entity.Spatial