次の方法で共有


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

テーブル名

戻り値

適用対象