Compartir a través de


Interfaz IBinarySource

The IBinarySource type is an interface that provides access to an I/O file stream.

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

Sintaxis

'Declaración
Public Interface IBinarySource
'Uso
Dim instance As IBinarySource
public interface IBinarySource
public interface class IBinarySource
type IBinarySource =  interface end
public interface IBinarySource

El tipo IBinarySource expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público GetContentReader Gets the I/O file stream.
Método público GetContents Gets the contents of the file stream in a byte array.

Arriba

Comentarios

Using the IBinarySource object, you can:

  • Get the I/O file stream.

  • Get the contents of the file in a byte array.