Langage

DataPhaseOperationStateProvider.TryGetStepStateAsync(String, String) Méthode

Définition

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.

S’applique à