Condividi tramite


Metodo GetContentReader

Gets the I/O file stream.

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

Sintassi

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

Valore restituito

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

Implementa

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