共用方式為


EdmValue.Type 屬性

取得此值的型別。

命名空間:  Microsoft.Data.Edm.Library.Values
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
Public ReadOnly Property Type As IEdmTypeReference
    Get
'用途
Dim instance As EdmValue
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
此值的型別。

實作

IEdmValue.Type

請參閱

參考

EdmValue 類別

Microsoft.Data.Edm.Library.Values 命名空間