DataCubeCleanupCutoffValue Property |
Gets or sets the cutoff parameter value; rows older than the resolved date are excluded when
IsCleanupEnabled is
. Supports both concrete dates and tokens
(e.g. "Last Month") that are resolved dynamically.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic SingleDateTimeValue CleanupCutoffValue { get; set; }Public Property CleanupCutoffValue As SingleDateTimeValue
Get
Set
public:
property SingleDateTimeValue^ CleanupCutoffValue {
SingleDateTimeValue^ get ();
void set (SingleDateTimeValue^ value);
}member CleanupCutoffValue : SingleDateTimeValue with get, set
Property Value
SingleDateTimeValue
See Also