DataOperationStateProvider.TryGetStepStateAsync(String, String) Metodo

Definizione

Provare a ottenere lo stato del passaggio.

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

Parametri

schemaName
String

Nome dello schema

tableStepName
String

Nome della tabella

Valori restituiti

DataOperationStepState NotFound se non è stato trovato un record per il passaggio della tabella. In caso contrario, lo stato.

Si applica a