Share via


IModelEntity.Model Property

Gets the model reference.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property Model As ModelStore
'Usage
Dim instance As IModelEntity 
Dim value As ModelStore 

value = instance.Model
ModelStore Model { get; }
property ModelStore^ Model {
    ModelStore^ get ();
}
function get Model () : ModelStore

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelStore
Returns a ModelStore.

.NET Framework Security

See Also

Reference

IModelEntity Interface

IModelEntity Members

Microsoft.Data.Schema.SchemaModel Namespace