次の方法で共有


DbGeography.WellKnownValue プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

この DbGeography 値の、データ コントラクトのシリアル化可能な既知の表現を取得または設定します。

名前空間:  System.Data.Entity.Spatial
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<DataMemberAttribute(Name := "Geography")> _
Public Property WellKnownValue As DbGeographyWellKnownValue 
    Get 
    Set
'使用
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)

プロパティ値

型 : System.Data.Entity.Spatial.DbGeographyWellKnownValue
この DbGeography 値の、データ コントラクトのシリアル化可能な既知の表現。

参照

参照

DbGeography クラス

System.Data.Entity.Spatial 名前空間