Condividi tramite


Interfaccia IBinarySource

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public Interface IBinarySource
'Utilizzo
Dim instance As IBinarySource
public interface IBinarySource
public interface class IBinarySource
type IBinarySource =  interface end
public interface IBinarySource

Nel tipo IBinarySource sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico GetContentReader Gets the I/O file stream.
Metodo pubblico GetContents Gets the contents of the file stream in a byte array.

In alto

Osservazioni

Using the IBinarySource object, you can:

  • Get the I/O file stream.

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