DataOperationStateProvider.TryGetStepStateAsync(String, String) Méthode

Définition

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.

S’applique à