DbMigrationsConfiguration.MigrationsDirectory-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft das Unterverzeichnis ab, in dem codebasierte Migrationen gespeichert sind, oder legt es fest. Beachten Sie, dass diese Eigenschaft auf einen relativen Pfad für ein Unterverzeichnis unter dem Visual Studio-Projektstamm festgelegt werden muss; sie kann nicht auf einen absoluten Pfad festgelegt werden.
Namespace: System.Data.Entity.Migrations
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Property MigrationsDirectory As String
Get
Set
'Usage
Dim instance As DbMigrationsConfiguration
Dim value As String
value = instance.MigrationsDirectory
instance.MigrationsDirectory = value
public string MigrationsDirectory { get; set; }
public:
property String^ MigrationsDirectory {
String^ get ();
void set (String^ value);
}
member MigrationsDirectory : string with get, set
function get MigrationsDirectory () : String
function set MigrationsDirectory (value : String)
Eigenschaftswert
Typ: System.String