GetContents 方法

Gets the contents of the file stream in a byte array.

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

语法

声明
Public Overridable Function GetContents As Byte()
用法
Dim instance As BinarySourceBase
Dim returnValue As Byte()

returnValue = instance.GetContents()
public virtual byte[] GetContents()
public:
virtual array<unsigned char>^ GetContents()
abstract GetContents : unit -> byte[] 
override GetContents : unit -> byte[] 
public function GetContents() : byte[]

返回值

类型:array<System. . :: . .Byte> [] () [] []
An array of Byte values that hold the contents of the file stream.

实现

IBinarySource. . :: . .GetContents() () () ()