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.

範例

呼叫方法