ScriptProcessorLookBehindRecords Property |
Gets the number of records that need to be preserved in memory to enable computations. If all records are required,-1 is returned.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic int LookBehindRecords { get; }Public ReadOnly Property LookBehindRecords As Integer
Get
public:
property int LookBehindRecords {
int get ();
}member LookBehindRecords : int with get
Property Value
Type:
Int32
See Also