Freigeben über


IBinarySource-Schnittstelle

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 (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Interface IBinarySource
'Usage
Dim instance As IBinarySource
public interface IBinarySource
public interface class IBinarySource
type IBinarySource =  interface end
public interface IBinarySource

Der IBinarySource-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetContentReader Gets the I/O file stream.
Öffentliche Methode GetContents Gets the contents of the file stream in a byte array.

Zum Anfang

Hinweise

Using the IBinarySource object, you can:

  • Get the I/O file stream.

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