Click or drag to resize

OutputLimitClause Properties

The OutputLimitClause type exposes the following members.

Properties
  NameDescription
Public propertyAfterNumberOfEvents
Returns the after-keyword number of events, or null if undefined.
Public propertyAfterTimePeriodExpression
Returns the after-keyword time period.
Public propertyAndAfterTerminateAndExpr
Returns the optional expression evaluated when a context partition terminates before triggering output.
Public propertyAndAfterTerminateThenAssignments
Returns the set-assignments to execute when a context partition terminates.
Public propertyCrontabAtParameters
Returns the crontab parameters, or null if not using crontab-like schedule.
Public propertyFrequency
Returns output frequency.
Public propertyFrequencyVariable
Returns the variable name of the variable providing output rate frequency values, or null if the frequency is a fixed value.
Public propertyIsAndAfterTerminate
Returns true for output upon termination of a context partition
Public propertySelector
Returns the selector indicating the events to output.
Public propertyThenAssignments
Returns the list of optional then-keyword variable assignments, if any
Public propertyTimePeriodExpression
Returns the time period, or null if none provided.
Public propertyUnit
Returns the unit the frequency is in.
Public propertyWhenExpression
Returns the expression that controls output for use with the when-keyword.
Top
See Also