MetadataProperty 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別,表示專案的中繼資料屬性
public class MetadataProperty : System.Data.Entity.Core.Metadata.Edm.MetadataItem
type MetadataProperty = class
inherit MetadataItem
Public Class MetadataProperty
Inherits MetadataItem
- 繼承
屬性
BuiltInTypeKind |
取得這個 MetadataProperty 的內建型別類型。 |
Documentation |
取得或設定與這個型別相關聯的文件。 (繼承來源 MetadataItem) |
IsAnnotation |
取得布林值,指出中繼資料屬性是否為注釋。 |
MetadataProperties |
取得目前型別的屬性清單。 (繼承來源 MetadataItem) |
Name |
取得這個 MetadataProperty 的名稱。 |
PropertyKind |
取得這個 PropertyKind 的值。 |
TypeUsage |
取得 TypeUsage 類別的執行個體,這個執行個體包含這個 MetadataProperty 的型別以及該型別的 Facet。 |
Value |
取得這個 MetadataProperty 的值。 |
方法
AddAnnotation(String, Object) |
加入或更新具有指定名稱和值的批註。 (繼承來源 MetadataItem) |
Create(String, TypeUsage, Object) |
建構 MetadataProperty 物件的 Factory 方法。 |
CreateAnnotation(String, Object) |
建立具有指定名稱和值的中繼資料批註。 |
RemoveAnnotation(String) |
移除具有指定名稱的批註。 (繼承來源 MetadataItem) |