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
'Déclaration
Public Overrides Function GetContentReader As Stream
'Utilisation
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: Stream
A Stream value that specifies the file stream reader.
Implements
IBinarySource.GetContentReader()
IBinarySource.GetContentReader()