共用方式為


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