Método GetFileBytes
Returns the bytes in the assembly file.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function GetFileBytes As Byte()
'Uso
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[]
Valor de retorno
Tipo: array<System. . :: . .Byte> [] () [] []
A Uint8 array value that contains the bytes of the assembly file.