Método GetContentReader
Gets the I/O file stream.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Function GetContentReader As Stream
'Uso
Dim instance As IBinarySource
Dim returnValue As Stream
returnValue = instance.GetContentReader()
Stream GetContentReader()
Stream^ GetContentReader()
abstract GetContentReader : unit -> Stream
function GetContentReader() : Stream
Valor de retorno
Tipo: System.IO. . :: . .Stream
A Stream value that specifies the I/O file stream reader.