FlexPivot for WinForms
ClearFileType 列挙体

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 : ClearFileType 列挙体
Kind of data files to delete (for disk cleanup). Used in the Workspace.Clear method.
シンタックス
'宣言
 
Public Enum ClearFileType 
   Inherits System.Enum
public enum ClearFileType : System.Enum 
メンバ
メンバ解説
AllDelete all workspace files, including the original table data. Use this value with caution. It wipes out all DataEngine data for the workspace.
IndexDelete all indexes (table row ids sorted by one or more fields) created in calculations.
JoinDelete all joins created in calculations.
ProjectionDelete all projections (files containing field values projected on an index sort order) created in calculations. Projections are kept (in automatic cleanup) together with corresponding indexes, that is why there is no separate value for them in the KeepFileType enum, but they can be deleted separately from indexes in manual cleanup.
ResultsDelete all result files (data sent to the client) created in calculations.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.DataEngine.ClearFileType

参照

C1.DataEngine 名前空間