다음을 통해 공유


GetContents 메서드

Gets the contents of the file stream in a byte array.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Function GetContents As Byte()
‘사용 방법
Dim instance As IBinarySource
Dim returnValue As Byte()

returnValue = instance.GetContents()
byte[] GetContents()
array<unsigned char>^ GetContents()
abstract GetContents : unit -> byte[] 
function GetContents() : byte[]

반환 값

유형: array<System. . :: . .Byte> [] () [] []
An array of Byte values that hold the contents of the file stream.