BinarySourceBase.GetContentReader Method

Gets the I/O file stream.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public MustOverride Function GetContentReader As Stream
'Usage
Dim instance As BinarySourceBase
Dim returnValue As Stream

returnValue = instance.GetContentReader()
public abstract Stream GetContentReader()
public:
virtual Stream^ GetContentReader() abstract
abstract GetContentReader : unit -> Stream 
public abstract function GetContentReader() : Stream

Return Value

Type: System.IO.Stream
A Stream value that specifies the I/O file stream reader.

Implements

IBinarySource.GetContentReader()