TransformIsInMemoryProcess Property

Gets a value indicating whether the current instance is executed as an in-memory process.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public bool? IsInMemoryProcess { get; }

Property Value

Type: NullableBoolean
Remarks
The flag is populated during cube saving operations. If the value is left as , the value is indeterminate at the current moment.
See Also