ExecutionOutputRecordStreams.NewStream
- Updated2025-07-21
- 1 minute(s) read
ExecutionOutputRecordStreams.NewStream
Syntax
ExecutionOutputRecordStreams.NewStream( streamName)
Return Value
Purpose
Create a new ExecutionOutputRecordStream attached to the execution associated with this ExecutionOutputRecordStreams collection.
Remarks
Attempting to create a new stream with the same name as an existing stream that is already part of this ExecutionOutputRecordStreams collection causes a run-time error.
Parameters
streamName As String
[In] The name of the stream to create. The name must be unique within this ExecutionOutputRecordStreams collection. Names are case sensitive.