Método GetContentReader
Gets the I/O file stream reader for the miscellaneous file.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public Overrides Function GetContentReader As Stream
'Uso
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
Valor de retorno
Tipo: System.IO. . :: . .Stream
A Stream value that specifies the file stream reader.
Implementa
IBinarySource. . :: . .GetContentReader() () () ()
IBinarySource. . :: . .GetContentReader() () () ()