Partager via


Interface IBinarySource

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public Interface IBinarySource
'Utilisation
Dim instance As IBinarySource
public interface IBinarySource
public interface class IBinarySource
type IBinarySource =  interface end
public interface IBinarySource

Le type IBinarySource expose les membres suivants.

Méthodes

  Nom Description
Méthode publique GetContentReader Gets the I/O file stream.
Méthode publique GetContents Gets the contents of the file stream in a byte array.

Haut de la page

Notes

Using the IBinarySource object, you can:

  • Get the I/O file stream.

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