Condividi tramite


Metodo GetContentReader

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetContentReader As Stream
'Utilizzo
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

Valore restituito

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

Implementa

IBinarySource. . :: . .GetContentReader() () () ()
IBinarySource. . :: . .GetContentReader() () () ()