ExecutionOutputRecordStreams.NewStream

Syntax

ExecutionOutputRecordStreams.NewStream( streamName)

Return Value

ExecutionOutputRecordStream

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.

See Also

ExecutionOutputRecordStreams.GetStream

ExecutionOutputRecordStreams.CloseAndRemoveStream