BinarySourceBase クラス
BinarySourceBase 型は、IBinarySource インターフェイスへのアクセスを提供する基本クラスです。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..BinarySourceBase
Microsoft.SqlServer.Management.Dac. . :: . .FileExtraSource
名前空間: Microsoft.SqlServer.Management.Dac
アセンブリ: Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)
構文
'宣言
Public MustInherit Class BinarySourceBase _
Implements IBinarySource
'使用
Dim instance As BinarySourceBase
public abstract class BinarySourceBase : IBinarySource
public ref class BinarySourceBase abstract : IBinarySource
[<AbstractClassAttribute>]
type BinarySourceBase =
class
interface IBinarySource
end
public abstract class BinarySourceBase implements IBinarySource
BinarySourceBase 型は、以下のメンバーを公開しています。
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetContentReader | I/O ファイル ストリームを取得します。 |
![]() |
GetContents | バイト配列でファイル ストリームの内容を取得します。 |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
説明
BinarySourceBase オブジェクトを使用すると次のことを実行できます。
I/O ファイル ストリームを取得する。
バイト配列でファイルの内容を取得する。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)