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