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
Function GetContentReader As Stream
'Utilizzo
Dim instance As IBinarySource
Dim returnValue As Stream
returnValue = instance.GetContentReader()
Stream GetContentReader()
Stream^ GetContentReader()
abstract GetContentReader : unit -> Stream
function GetContentReader() : Stream
Valore restituito
Tipo: System.IO. . :: . .Stream
A Stream value that specifies the I/O file stream reader.
Vedere anche