共用方式為


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