다음을 통해 공유


DataOperationStateProvider.TryGetStepStateAsync(String, String) Method

Definition

Try get the step state.

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)

Parameters

schemaName
String

The schema name

tableStepName
String

The table name

Returns

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

Applies to