Propriedade IModelEntity.Model

Obtém a referência de modelo.

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

Sintaxe

'Declaração
ReadOnly Property Model As ModelStore
    Get
ModelStore Model { get; }
property ModelStore^ Model {
    ModelStore^ get ();
}
abstract Model : ModelStore
function get Model () : ModelStore

Valor de propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.ModelStore
Retorna um ModelStore.

Segurança do .NET Framework

Consulte também

Referência

IModelEntity Interface

Namespace Microsoft.Data.Schema.SchemaModel