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 命名空间