IEdmCollectionExpression.DeclaredType 属性

获取声明的集合类型,若没有声明的类型,则为 null。

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

语法

声明
ReadOnly Property DeclaredType As IEdmTypeReference
    Get
用法
Dim instance As IEdmCollectionExpression
Dim value As IEdmTypeReference

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

属性值

类型:Microsoft.Data.Edm.IEdmTypeReference

请参阅

参考

IEdmCollectionExpression 接口

Microsoft.Data.Edm.Expressions 命名空间