DataOperationStateProvider.MarkStepStartedAsync(String, String) 方法

定义

将步骤状态标记为已启动。

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

参数

schemaName
String

架构名称

tableStepName
String

表名称

返回

适用于