DataPhaseOperationStateProvider.CleanupDataStorageAsync 方法

定义

删除存储中此表的数据。

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)

参数

schemaName
String

架构名称

tableStepName
String

表名

返回

如果成功,则为 true

适用于