ModelIdentifier.Model 属性

获取此标识符所适用的 ModelStore

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public ReadOnly Property Model As ModelStore
    Get
public ModelStore Model { get; }
public:
virtual property ModelStore^ Model {
    ModelStore^ get () sealed;
}
abstract Model : ModelStore
override Model : ModelStore
final function get Model () : ModelStore

属性值

类型:Microsoft.Data.Schema.SchemaModel.ModelStore
一个 ModelStore 对象。

实现

IModelEntity.Model

.NET Framework 安全性

请参见

参考

ModelIdentifier 类

Microsoft.Data.Schema.SchemaModel 命名空间

ModelStore