IModelAnnotation 介面
表示模型附註,這些附註會儲存有關存放區項目的功能特定資訊。
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Interface IModelAnnotation _
Inherits IModelPropertyContainer, IModelEntity
public interface IModelAnnotation : IModelPropertyContainer,
IModelEntity
public interface class IModelAnnotation : IModelPropertyContainer,
IModelEntity
type IModelAnnotation =
interface
interface IModelPropertyContainer
interface IModelEntity
end
public interface IModelAnnotation extends IModelPropertyContainer, IModelEntity
IModelAnnotation 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
AnnotationClass | 取得附註的中繼資料類別。 | |
IsAttachedToStore | 取得這個附註是否附加至模型存放區。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定這個附註的名稱。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Delete | 從模型刪除這個執行個體。 | |
GetElements | 傳回附加這個附註之項目的清單。 | |
GetProperty<TProperty> | 取得指定的屬性。 (繼承自 IModelPropertyContainer)。 | |
GetRelationshipEntries | 傳回附加這個附註之關聯性項目的清單。 | |
IsDeleted | 傳回物件是否已刪除。 | |
SetProperty<TProperty> | 設定指定的屬性。 (繼承自 IModelPropertyContainer)。 |
回頁首
請參閱
參考
Microsoft.Data.Schema.SchemaModel 命名空間
AnnotationClass