Compartir a través de


SqlAssemblyFile.GetFileBytes Método

Returns the bytes in the assembly file.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: array<System.Byte[]
A Uint8 array value that contains the bytes of the assembly file.

Ejemplos

Llamar a métodos

Vea también

Referencia

SqlAssemblyFile Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo