DataPhaseOperationStateProvider.MarkStepStartedAsync(String, String) 方法

定义

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

public override System.Threading.Tasks.Task MarkStepStartedAsync (string schemaName, string tableStepName);
override this.MarkStepStartedAsync : string * string -> System.Threading.Tasks.Task
Public Overrides Function MarkStepStartedAsync (schemaName As String, tableStepName As String) As Task

参数

schemaName
String

架构名称

tableStepName
String

表名

返回

适用于