TransformDataIsInMemoryProcess Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "isInMemoryProcess")]
public bool? IsInMemoryProcess { get; set; }

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