共用方式為


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

適用於