DataPhaseOperationStateProvider.CleanupDataStorageAsync Méthode
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.
Supprimez les données de cette table dans le stockage.
public override System.Threading.Tasks.Task<bool> CleanupDataStorageAsync (string schemaName, string tableStepName);
override this.CleanupDataStorageAsync : string * string -> System.Threading.Tasks.Task<bool>
Public Overrides Function CleanupDataStorageAsync (schemaName As String, tableStepName As String) As Task(Of Boolean)
Paramètres
- schemaName
- String
Nom du schéma
- tableStepName
- String
Nom de la table
Retours
True en cas de réussite.