ExecutionOutputRecordStreams.GetStream

Syntax

ExecutionOutputRecordStreams.GetStream( streamName)

Return Value

ExecutionOutputRecordStream

Purpose

Get the ExecutionOutputRecordStream with the specified name.

Remarks

ExecutionOutputRecordStreams.GetStream throws a run-time error if the specified stream does not exist.

Parameters

streamName As String

[In] The name of the stream to get. The name is case sensitive.

See Also

ExecutionOutputRecordStreams.NewStream

ExecutionOutputRecordStreams.CloseAndRemoveStream