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() () () ()