DataPhaseOperationStateProvider.TryGetStepStateAsync(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.