DataCubeDataIsCleanupEnabled Property |
Gets or sets whether cutoff-based cleanup is enabled for incremental warehousing.
Namespace: Dundas.BI.WebApi.ModelsAssembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "isCleanupEnabled")]
public bool IsCleanupEnabled { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "isCleanupEnabled")>
Public Property IsCleanupEnabled As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"isCleanupEnabled")]
property bool IsCleanupEnabled {
bool get ();
void set (bool value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "isCleanupEnabled")>]
member IsCleanupEnabled : bool with get, set
Property Value
Boolean
See Also