Share via


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.

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間