Partager via


ModelIdentifier.Model, propriété

Obtient ModelStore auquel cet identificateur s'applique.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Model As ModelStore
    Get
public ModelStore Model { get; }
public:
virtual property ModelStore^ Model {
    ModelStore^ get () sealed;
}
abstract Model : ModelStore
override Model : ModelStore
final function get Model () : ModelStore

Valeur de propriété

Type : Microsoft.Data.Schema.SchemaModel.ModelStore
Objet ModelStore.

Implémentations

IModelEntity.Model

Sécurité .NET Framework

Voir aussi

Référence

ModelIdentifier Classe

Microsoft.Data.Schema.SchemaModel, espace de noms

ModelStore