GetFileBytes 方法

Returns the bytes in the assembly file.

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

语法

声明
Public Function GetFileBytes As Byte()
用法
Dim instance As SqlAssemblyFile
Dim returnValue As Byte()

returnValue = instance.GetFileBytes()
public byte[] GetFileBytes()
public:
array<unsigned char>^ GetFileBytes()
member GetFileBytes : unit -> byte[] 
public function GetFileBytes() : byte[]

返回值

类型:array<System. . :: . .Byte> [] () [] []
A Uint8 array value that contains the bytes of the assembly file.

示例

调用方法