DataPhaseOperationStateProvider.TryGetStepStateAsync(String, String) 方法

定义

尝试获取步骤状态。

public override System.Threading.Tasks.Task<Microsoft.SqlServer.Dac.DataOperationStepState> TryGetStepStateAsync (string schemaName, string tableStepName);
override this.TryGetStepStateAsync : string * string -> System.Threading.Tasks.Task<Microsoft.SqlServer.Dac.DataOperationStepState>
Public Overrides Function TryGetStepStateAsync (schemaName As String, tableStepName As String) As Task(Of DataOperationStepState)

参数

schemaName
String

架构名称

tableStepName
String

表名

返回

如果未找到表步骤的记录,则 DataOperationStepState NotFound。 否则为状态。

适用于