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 | |
|---|---|---|
![]() |
BinarySourceBase | Initializes an object of the BinarySourceBase class. |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetContentReader | Gets the I/O file stream. |
![]() |
GetContents | Gets the contents of the file stream in a byte array. |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
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.
.gif)
.gif)