DataCubeIsIncrementalStorageSupported Property |
Gets value indicating whether the incremental storage update is supported by the current instance.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IsIncrementalStorageSupported { get; }Public ReadOnly Property IsIncrementalStorageSupported As Boolean
Get
public:
property bool IsIncrementalStorageSupported {
bool get ();
}member IsIncrementalStorageSupported : bool with get
Property Value
Type:
Boolean if this instance supports incremental storage; otherwise,
.
See Also