获取元素的类型。
命名空间: Microsoft.Data.Edm.Library
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public ReadOnly Property ElementType As IEdmTypeReference
Get
用法
Dim instance As EdmCollectionType
Dim value As IEdmTypeReference
value = instance.ElementType
public IEdmTypeReference ElementType { get; }
public:
virtual property IEdmTypeReference^ ElementType {
IEdmTypeReference^ get () sealed;
}
abstract ElementType : IEdmTypeReference
override ElementType : IEdmTypeReference
final function get ElementType () : IEdmTypeReference
属性值
类型:Microsoft.Data.Edm.IEdmTypeReference
元素的类型。
实现
IEdmCollectionType.ElementType