IncrementalWarehouseSupport Enumeration

Specifies the type of incremental warehouse support provided by a data provider.

Namespace:  Dundas.BI.Data
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax
public enum IncrementalWarehouseSupport
Members
  Member nameValueDescription
None0 No incremental warehouse support.
Automatic1 Automatic incremental warehouse support - the provider handles incremental logic automatically.
Manual2 Manual incremental warehouse support - requires manual configuration by the user.
See Also