共用方式為


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

資料表名稱

傳回

適用於