FlexPivot for WinForms
Clear(String,ClearFileType) メソッド

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > Workspace クラス > Clear メソッド : Clear(String,ClearFileType) メソッド
Name of the table to delete.
Type of the data files to delete.
Deletes data files of a table from disk.
シンタックス
'宣言
 
Public Overloads Sub Clear( _
   ByVal tableName As System.String, _
   Optional ByVal type As ClearFileType _
) 
public void Clear( 
   System.string tableName,
   ClearFileType type
)

パラメータ

tableName
Name of the table to delete.
type
Type of the data files to delete.
解説

If ClearFileType.All is used (which is the default, meaning the table is removed from workspace), original table data and structure information for that table is deleted together with calculated data based on that table. Use it with caution. It can also be used creating a new table to ensure that it did not exist before.

Other ClearFileType flags (or their combinations) are used for manual disk cleanup, deleting data files created in calculations based on that table. Manual disk cleanup is an advanced feature. Use it only if the default automatic disk cleanup with KeepFiles property is not enough for your scenario.

参照

Workspace クラス
Workspace メンバ
オーバーロード一覧