Compartir a través de


GetContents Método

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

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

Sintaxis

'Declaración
Public Overridable Function GetContents As Byte()
'Uso
Dim instance As BinarySourceBase
Dim returnValue As Byte()

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

Valor devuelto

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

Implementa

IBinarySource. . :: . .GetContents() () () ()