Partager via


GetFileBytes méthode

Returns the bytes in the assembly file.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function GetFileBytes As Byte()
'Utilisation
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[]

Valeur de retour

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