ScriptProcessorLookAheadRecords Property |
Gets the number of records that need to be preloaded 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 LookAheadRecords { get; }Public ReadOnly Property LookAheadRecords As Integer
Get
public:
property int LookAheadRecords {
int get ();
}member LookAheadRecords : int with get
Property Value
Type:
Int32
See Also