ExecutionOutputRecordStream.Remove
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
ExecutionOutputRecordStream.Remove
Syntax
ExecutionOutputRecordStream.Remove( stream)
Purpose
Remove an OutputRecordStream from this ExecutionOutputRecordStream .
Remarks
The OutputRecordStream is not automatically closed when it is removed. To close the OutputRecordStream , call OutputRecordStream.Close() on the stream itself.
Parameters
stream As OutputRecordStream
[In] A non-null reference to an OutputRecordStream to remove from this ExecutionOutputRecordStream .