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; }<DataMemberAttribute(EmitDefaultValue := false, Name := "isInMemoryProcess")>
Public Property IsInMemoryProcess As Boolean?
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"isInMemoryProcess")]
property Nullable<bool> IsInMemoryProcess {
Nullable<bool> get ();
void set (Nullable<bool> value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "isInMemoryProcess")>]
member IsInMemoryProcess : Nullable<bool> with 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