Compartir a través de


DataPhaseOperationStateProvider.TryGetStepStateAsync(String, String) Método

Definición

Pruebe a obtener el estado del paso.

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)

Parámetros

schemaName
String

Nombre del esquema

tableStepName
String

Nombre de la tabla

Devoluciones

DataOperationStepState NotFound si no se encontró un registro para el paso de tabla. De lo contrario, el estado.

Se aplica a