GetContentReader 方法

Gets the I/O file stream.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public MustOverride Function GetContentReader As Stream
用法
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

返回值

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

实现

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