OutputRecordStream.GetStreamInfo

Syntax

OutputRecordStream.GetStreamInfo( streamDescription)

Return Value

String

string - A string describing the location of the underlying stream. The exact details are up to the implementation. For file streams, this could be the absolute path of the underlying file. For other types of streams, it could be an appropriate Uniform Resource Identifier (URI).

Purpose

Get descriptive information about this stream useful for displaying to the user.

Parameters

streamDescription As String

[Out] Outputs an implementation dependent stream description.

See Also

CsvFileOutputRecordStream.GetStreamInfo