Partager via


Méthode GetContentReader

Gets the I/O file stream.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public MustOverride Function GetContentReader As Stream
'Utilisation
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

Valeur de retour

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

Implémente

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