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.