GetContentReader 方法

Gets the I/O file stream reader for the miscellaneous file.

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

语法

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

返回值

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

实现

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