다음을 통해 공유


DataPhaseOperationStateProvider.MarkStepNotStartedAsync 메서드

정의

단계 상태를 시작되지 않음으로 표시합니다. 단계 상태가 아직 없는 경우 시작되지 않은 값으로 추가합니다.

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

매개 변수

schemaName
String

스키마 이름

tableStepName
String

테이블 이름

반환

적용 대상