IBinarySource 接口

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

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public Interface IBinarySource
用法
Dim instance As IBinarySource
public interface IBinarySource
public interface class IBinarySource
type IBinarySource =  interface end
public interface IBinarySource

IBinarySource 类型公开以下成员。

方法

  名称 说明
公共方法 GetContentReader Gets the I/O file stream.
公共方法 GetContents Gets the contents of the file stream in a byte array.

页首

注释

Using the IBinarySource object, you can:

  • Get the I/O file stream.

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