Classe BinarySourceBase
The BinarySourceBase type is a base class that provides access to the IBinarySource interface.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..BinarySourceBase
Microsoft.SqlServer.Management.Dac. . :: . .FileExtraSource
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public MustInherit Class BinarySourceBase _
Implements IBinarySource
'Utilisation
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
Le type BinarySourceBase expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BinarySourceBase | Initializes an object of the BinarySourceBase class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetContentReader | Gets the I/O file stream. | |
GetContents | Gets the contents of the file stream in a byte array. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
Using the BinarySourceBase object, you can:
Get the I/O file stream.
Get the contents of the file in a byte array.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.