DataPhaseOperationStateProvider.TryGetStepStateAsync(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
請嘗試取得步驟狀態。
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。 否則為狀態。