共用方式為


ModelStoreSerializationContext.ModelStore 屬性

取得或設定模型存放區。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Property ModelStore As ModelStore
    Get
    Set
public ModelStore ModelStore { get; set; }
public:
property ModelStore^ ModelStore {
    ModelStore^ get ();
    void set (ModelStore^ value);
}
member ModelStore : ModelStore with get, set
function get ModelStore () : ModelStore
function set ModelStore (value : ModelStore)

屬性值

型別:Microsoft.Data.Schema.SchemaModel.ModelStore
ModelStore 物件。

.NET Framework 安全性

請參閱

參考

ModelStoreSerializationContext 類別

Microsoft.Data.Schema.SchemaModel 命名空間

ModelStore