IEdmValue.Type 属性

获取此值的种类。

命名空间:  Microsoft.Data.Edm.Values
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
ReadOnly Property Type As IEdmTypeReference
    Get
用法
Dim instance As IEdmValue
Dim value As IEdmTypeReference

value = instance.Type
IEdmTypeReference Type { get; }
property IEdmTypeReference^ Type {
    IEdmTypeReference^ get ();
}
abstract Type : IEdmTypeReference
function get Type () : IEdmTypeReference

属性值

类型:Microsoft.Data.Edm.IEdmTypeReference
此值的种类。

请参阅

参考

IEdmValue 接口

Microsoft.Data.Edm.Values 命名空间