Compartilhar via


Interface IBinarySource

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

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public Interface IBinarySource
'Uso
Dim instance As IBinarySource
public interface IBinarySource
public interface class IBinarySource
type IBinarySource =  interface end
public interface IBinarySource

O tipo IBinarySource expõe os membros a seguir.

Métodos

  Nome Descrição
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.

Início

Comentários

Using the IBinarySource object, you can:

  • Get the I/O file stream.

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

Consulte também

Referência