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 .