次の方法で共有


EdmValueTerm.Type プロパティ

このタームの型を取得します。

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

構文

'宣言
Public ReadOnly Property Type As IEdmTypeReference
    Get
'使用
Dim instance As EdmValueTerm
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
このタームの型。

実装

IEdmValueTerm.Type

関連項目

参照

EdmValueTerm クラス

Microsoft.Data.Edm.Library 名前空間