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 ModelStore.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Model As ModelStore
public ModelStore Model { get; internal set; }
public:
virtual property ModelStore^ Model {
ModelStore^ get () sealed;
internal: void set (ModelStore^ value) sealed;
}
abstract Model : ModelStore with get, internal set
override Model : ModelStore with get, internal set
final function get Model () : ModelStore
internal final function set Model (value : ModelStore)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
The underlying model store.
Implements
.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.