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