Metodo GetContents
Gets the contents of the file stream in a byte array.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Function GetContents As Byte()
'Utilizzo
Dim instance As IBinarySource
Dim returnValue As Byte()
returnValue = instance.GetContents()
byte[] GetContents()
array<unsigned char>^ GetContents()
abstract GetContents : unit -> byte[]
function GetContents() : byte[]
Valore restituito
Tipo: array<System. . :: . .Byte> [] () [] []
An array of Byte values that hold the contents of the file stream.
Vedere anche