Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
The BackupDeviceType enumeration contains values that are used to specify the backup device type.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Sintaxis
'Declaración
Public Enumeration BackupDeviceType
public enum BackupDeviceType
public enum class BackupDeviceType
public enum BackupDeviceType
public enum BackupDeviceType
Members
| Member name | Description |
|---|---|
| CDRom | Reserved for future use. |
| Disk | Device is a disk file created on the hard disk. |
| FloppyA | Device is a disk file created on the removable media in a floppy disk drive. |
| FloppyB | Device is a disk file create on the removable media in drive B |
| Pipe | Device is a named pipe. |
| Tape | Device is a tape drive. |
| Unknown | Device type is not valid. |
Notas
The BackupDeviceType enumeration class is served by the BackupDevice class.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Ejemplo
How to: Back Up Databases and Transaction Logs in Visual Basic .NET
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Microsoft.SqlServer.Management.Smo Namespace
Otros recursos
BACKUP (Transact-SQL)
RESTORE (Transact-SQL)
Realizar copias de seguridad y restaurar bases de datos en SQL Server