Share via


DataPhaseOperationStateProvider.TryGetStepStateAsync(String, String) Method

Definition

Try get the step state.

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)

Parameters

schemaName
String

Schema name

tableStepName
String

Table name

Returns

DataOperationStepState NotFound if a record was not found for the table step. Otherwise the state.

Applies to