Partager via


DataPhaseOperationStateProvider.TryGetStepStateAsync(String, String) Méthode

Définition

Essayez d’obtenir l’état d’é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 de la table

Retours

DataOperationStepState NotFound si un enregistrement n’a pas été trouvé pour l’étape de table. Sinon, l’état.

S’applique à