共用方式為


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。 否則為狀態。

適用於