DataPhaseOperationStateProvider.CleanupDataStorageAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove the data for this table in the storage.
public override System.Threading.Tasks.Task<bool> CleanupDataStorageAsync (string schemaName, string tableStepName);
override this.CleanupDataStorageAsync : string * string -> System.Threading.Tasks.Task<bool>
Public Overrides Function CleanupDataStorageAsync (schemaName As String, tableStepName As String) As Task(Of Boolean)
Parameters
- schemaName
- String
Schema name
- tableStepName
- String
Table name
Returns
True if successful