次の方法で共有


MetadataProperty.PropertyKind プロパティ

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

この PropertyKind の値を取得します。

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

構文

'宣言
Public Overridable ReadOnly Property PropertyKind As PropertyKind 
    Get
'使用
Dim instance As MetadataProperty 
Dim value As PropertyKind 

value = instance.PropertyKind
public virtual PropertyKind PropertyKind { get; }
public:
virtual property PropertyKind PropertyKind {
    PropertyKind get ();
}
abstract PropertyKind : PropertyKind 
override PropertyKind : PropertyKind
function get PropertyKind () : PropertyKind

プロパティ値

型 : System.Data.Entity.Core.Metadata.Edm.PropertyKind
この PropertyKind の値。

参照

参照

MetadataProperty クラス

System.Data.Entity.Core.Metadata.Edm 名前空間