表示一个可包含属性的实体。
命名空间:  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 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | Model | 获取模型引用。 (继承自 IModelEntity。) | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | GetProperty<TProperty> | 获取指定属性。 | 
| .gif) | SetProperty<TProperty> | 设置指定的属性。 | 
页首