Execution.GetFileGlobals

Syntax

Execution.GetFileGlobals( sequenceFileParam)

Return Value

PropertyObject

Returns a PropertyObject that contains the file globals for the particular sequence file you pass as the sequenceFileParam parameter. It returns the run-time copy of the file globals. If a run-time copy has not yet been created, a new one is created and returned.

Purpose

Gets the run-time copy of the sequence file globals for a particular execution and sequence file.

Remarks

Sequence file globals are per execution and per sequence. All steps in a particular sequence file within a particular execution share the same copy of the sequence file globals at run time.

Parameters

sequenceFileParam As SequenceFile

[In] Specifies the sequence file that contains the file globals you want returned.

See Also

PropertyObject

SequenceContext.FileGlobals

SequenceFile

SequenceFile.FileGlobalsDefaultValues