BinarySourceBase クラス

The BinarySourceBase type is a base class that provides access to the IBinarySource interface.

継承階層

  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
[<>]
type BinarySourceBase =  
    class
        interface IBinarySource
    end
public abstract class BinarySourceBase implements IBinarySource

BinarySourceBase 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
プロテクト メソッド BinarySourceBase Initializes an object of the BinarySourceBase class.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド GetContentReader Gets the I/O file stream.
パブリック メソッド GetContents Gets the contents of the file stream in a byte array.
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

説明

Using the BinarySourceBase object, you can:

  • Get the I/O file stream.

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間