DataPhaseOperationStateProvider.TryGetStepStateAsync(String, String) 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.
Essayez d’obtenir l’état de l’étape.
public override System.Threading.Tasks.Task<Microsoft.SqlServer.Dac.DataOperationStepState> TryGetStepStateAsync(string schemaName, string tableStepName);
override this.TryGetStepStateAsync : string * string -> System.Threading.Tasks.Task<Microsoft.SqlServer.Dac.DataOperationStepState>
Public Overrides Function TryGetStepStateAsync (schemaName As String, tableStepName As String) As Task(Of DataOperationStepState)
Paramètres
- schemaName
- String
Nom du schéma
- tableStepName
- String
Nom du tableau
Retours
DataOperationStepState NotFound si un enregistrement n’a pas été trouvé pour l’étape de table. Sinon, l’état.