Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the model store.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property ModelStore As ModelStore
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)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
A ModelStore object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelStoreSerializationContext Class