IBinarySource Interface

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

The IBinarySource type exposes the following members.

Methods

  Name Description
Public method GetContentReader Gets the I/O file stream.
Public method GetContents Gets the contents of the file stream in a byte array.

Top

Remarks

Using the IBinarySource object, you can:

  • Get the I/O file stream.

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

See Also

Reference

Microsoft.SqlServer.Management.Dac Namespace