次の方法で共有


EdmProperty.Type プロパティ

このプロパティの型を取得または設定します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public ReadOnly Property Type As IEdmTypeReference
    Get
'使用
Dim instance As EdmProperty
Dim value As IEdmTypeReference

value = instance.Type
public IEdmTypeReference Type { get; }
public:
virtual property IEdmTypeReference^ Type {
    IEdmTypeReference^ get () sealed;
}
abstract Type : IEdmTypeReference
override Type : IEdmTypeReference
final function get Type () : IEdmTypeReference

プロパティ値

型: Microsoft.Data.Edm.IEdmTypeReference
このプロパティの型。

実装

IEdmProperty.Type

関連項目

参照

EdmProperty クラス

Microsoft.Data.Edm.Library 名前空間