Dimension.IncludeUpdatesInIncrementalCubeProcessing Property

Whether to mark this object as updated for incremental cube processing when an existing row is updated, *other* than to set its initial values if it was originally inserted as an early-arriving entry.

Setting this false means that added rows will still propagate to the cube, but updates (except updates to early-arriving entries) will not propagate until the next Full cube process.

This is tactically useful when this object, or objects that depend on it, are large enough that we want to avoid Analysis Services ProcessUpdate / ProcessFull which query all rows from the warehouse.

Note: We do not support this attribute that has dimensions that reference area / iteration and use area/iteration forwarding, because it wasn't needed and to be conservative in Ask mode.

Currently the only such dimension is DimWorkItem, which is not in metadata but may be in the future.

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property IncludeUpdatesInIncrementalCubeProcessing As Boolean
public bool IncludeUpdatesInIncrementalCubeProcessing { get; set; }
public:
property bool IncludeUpdatesInIncrementalCubeProcessing {
    bool get ();
    void set (bool value);
}
member IncludeUpdatesInIncrementalCubeProcessing : bool with get, set
function get IncludeUpdatesInIncrementalCubeProcessing () : boolean 
function set IncludeUpdatesInIncrementalCubeProcessing (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

Dimension Class

Microsoft.TeamFoundation.Warehouse Namespace