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> 設定指定的屬性。

回頁首

請參閱

參考

Microsoft.Data.Schema.SchemaModel 命名空間