Partager via


HistoryContext.DefaultSchema, propriété

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Obtient le schéma par défaut du modèle migré. Ce schéma est utilisé pour la table de l'historique des migrations, sauf si un schéma différent est configuré dans OnModelCreating.

Espace de noms :  System.Data.Entity.Migrations.History
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property DefaultSchema As String 
    Get
'Utilisation
Dim value As String 

value = Me.DefaultSchema
protected string DefaultSchema { get; }
protected:
property String^ DefaultSchema {
    String^ get ();
}
member DefaultSchema : string
function get DefaultSchema () : String

Valeur de propriété

Type : System.String

Voir aussi

Référence

HistoryContext Classe

Espace de noms System.Data.Entity.Migrations.History