Compartilhar via


Classe BinarySourceBase

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

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Dac..::..BinarySourceBase
    Microsoft.SqlServer.Management.Dac. . :: . .FileExtraSource

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public MustInherit Class BinarySourceBase _
    Implements IBinarySource
'Uso
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

O tipo BinarySourceBase expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido BinarySourceBase Initializes an object of the BinarySourceBase class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetContentReader Gets the I/O file stream.
Método público GetContents Gets the contents of the file stream in a byte array.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

Using the BinarySourceBase object, you can:

  • Get the I/O file stream.

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência