DeleteHistoryOperation(String, String, Object) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe DeleteHistoryOperation.
public DeleteHistoryOperation (string table, string migrationId, object anonymousArguments = null);
new System.Data.Entity.Migrations.Model.DeleteHistoryOperation : string * string * obj -> System.Data.Entity.Migrations.Model.DeleteHistoryOperation
Public Sub New (table As String, migrationId As String, Optional anonymousArguments As Object = null)
Paramètres
- table
- String
Nom de la table d’historique des migrations.
- migrationId
- String
ID de l’enregistrement de migration à supprimer.
- anonymousArguments
- Object
Arguments supplémentaires qui peuvent être traités par les fournisseurs. Utilisez la syntaxe de type anonyme pour spécifier des arguments, par exemple ' new { SampleArgument = « MyValue » }'.