次の方法で共有


IBinarySource インターフェイス

IBinarySource 型は、I/O ファイル ストリームへのアクセスを提供するインターフェイスです。

名前空間:  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 I/O ファイル ストリームを取得します。
パブリック メソッド GetContents バイト配列でファイル ストリームの内容を取得します。

先頭に戻る

説明

IBinarySource オブジェクトを使用すると次のことを実行できます。

  • I/O ファイル ストリームを取得する。

  • バイト配列でファイルの内容を取得する。