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 (8.0.2.1001)
Syntaxpublic Nullable<bool> IsInMemoryProcess { get; }Public ReadOnly Property IsInMemoryProcess As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsInMemoryProcess {
Nullable<bool> get ();
}member IsInMemoryProcess : Nullable<bool> with 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