BinarySourceBase-Klasse
The BinarySourceBase type is a base class that provides access to the IBinarySource interface.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..BinarySourceBase
Microsoft.SqlServer.Management.Dac. . :: . .FileExtraSource
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public MustInherit Class BinarySourceBase _
Implements IBinarySource
'Usage
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
Der BinarySourceBase-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
BinarySourceBase | Initializes an object of the BinarySourceBase class. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetContentReader | Gets the I/O file stream. |
![]() |
GetContents | Gets the contents of the file stream in a byte array. |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
Using the BinarySourceBase object, you can:
Get the I/O file stream.
Get the contents of the file in a byte array.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)