Execution.GetSequenceDefaultValues
- Updated2024-10-09
- 1 minute(s) read
Execution.GetSequenceDefaultValues
Syntax
Execution.GetSequenceDefaultValues( origSequence, defaultValueType)
Return Value
Returns a Sequence object that represents the default values an execution is using to create run-time copies of the sequence.
Purpose
Returns the default value copy of the sequence, if it exists. Otherwise, this method returns NULL .
Remarks
Use this method to return default value sequences the Execution.SetSequenceDefaultValues method previously specified.
If a sequence specifies to optimize non-reentrant calls, changes to the default value sequence this method returns do not apply to run-time sequences that the execution caches. Call the Execution.SetSequenceDefaultValues method to ensure the execution uses any changes to the sequence in all subsequent invocations.
Parameters
origSequence As Sequence
[In] Specifies which default value sequence the method returns.
defaultValueType As SequenceDefaultValueScopes
[In] Specifies whether the method operates on the list of default value sequences for the execution or the hierarchy of executions with which the execution is associated.
See Also
Execution.ClearSequenceDefaultValues
Execution.SetSequenceDefaultValues