IBinarySource.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
Function GetContentReader As Stream
'Usage
Dim instance As IBinarySource
Dim returnValue As Stream

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

Return Value

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

See Also

Reference

IBinarySource Interface

Microsoft.SqlServer.Management.Dac Namespace