DataOperationStateProvider.MarkStepNotStartedAsync(String, String) Metodo

Definizione

Contrassegnare lo stato del passaggio come non avviato, se lo stato di un passaggio non esiste ancora, aggiungerlo con il valore non avviato.

public abstract System.Threading.Tasks.Task MarkStepNotStartedAsync(string schemaName, string tableStepName);
abstract member MarkStepNotStartedAsync : string * string -> System.Threading.Tasks.Task
Public MustOverride Function MarkStepNotStartedAsync (schemaName As String, tableStepName As String) As Task

Parametri

schemaName
String

Nome dello schema

tableStepName
String

Nome della tabella

Valori restituiti

Si applica a