IModelPropertyContainer 介面
表示可以包含屬性的實體。
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Interface IModelPropertyContainer _
Inherits IModelEntity
public interface IModelPropertyContainer : IModelEntity
public interface class IModelPropertyContainer : IModelEntity
type IModelPropertyContainer =
interface
interface IModelEntity
end
public interface IModelPropertyContainer extends IModelEntity
IModelPropertyContainer 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Model | 取得模型參考。 (繼承自 IModelEntity)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
GetProperty<TProperty> | 取得指定的屬性。 | |
SetProperty<TProperty> | 設定指定的屬性。 |
回頁首