Compartir a través de


ModelAnnotation.Model (Propiedad)

Obtiene o establece el objeto ModelStore.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Property Model As ModelStore
    Get
    Friend Set
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.ModelStore
Almacén del modelo subyacente.

Implementaciones

IModelEntity.Model

Seguridad de .NET Framework

Vea también

Referencia

ModelAnnotation Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

ModelStore