MetadataItem 类
定义
表示 ADO.NET 元数据类型层次结构中所有元数据的基项类。Represents the base item class for all the metadata in the ADO.NET metadata type hierarchy.
public ref class MetadataItem abstract
public abstract class MetadataItem
type MetadataItem = class
Public MustInherit Class MetadataItem
- 继承
-
MetadataItem
- 派生
属性
| BuiltInTypeKind |
获取此类型的内置类型种类。Gets the built-in type kind for this type. |
| Documentation |
获取或设置与此类型关联的文档。Gets or sets the documentation associated with this type. |
| MetadataProperties |
获取当前类型的属性列表。Gets the list of properties of the current type. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetBuiltInType(BuiltInTypeKind) |
返回一个与 BuiltInTypeKind 值之一匹配的概念模型内置类型。Returns a conceptual model built-in type that matches one of the BuiltInTypeKind values. |
| GetGeneralFacetDescriptions() |
返回有关指定类型的常规方面的说明列表。Returns the list of the general facet descriptions for a specified type. |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |