FileExtraSource.GetContentReader Method

Gets the I/O file stream reader for the miscellaneous file.

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

Syntax

'Declaration
Public Overrides Function GetContentReader As Stream
'Usage
Dim instance As FileExtraSource
Dim returnValue As Stream

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

Return Value

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

Implements

IBinarySource.GetContentReader()
IBinarySource.GetContentReader()

See Also

Reference

FileExtraSource Class

Microsoft.SqlServer.Management.Dac Namespace