共用方式為


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 命名空間