DataOperationStateProvider.TryGetStepStateAsync(String, String) Método

Definición

Pruebe a obtener el estado del paso.

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)

Parámetros

schemaName
String

Nombre del esquema

tableStepName
String

El 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