DataOperationStateProvider.MarkStepStartedAsync(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.
Mark the step state as started.
public abstract System.Threading.Tasks.Task MarkStepStartedAsync (string schemaName, string tableStepName);
abstract member MarkStepStartedAsync : string * string -> System.Threading.Tasks.Task
Public MustOverride Function MarkStepStartedAsync (schemaName As String, tableStepName As String) As Task
Parameters
- schemaName
- String
The schema name
- tableStepName
- String
The table name