Метод 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.

Примеры

Вызов методов