BackupDeviceType Enumeration
The BackupDeviceType enumeration contains values that are used to specify the backup device type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Deklaracja
Public Enumeration BackupDeviceType
public enum BackupDeviceType
public enum class BackupDeviceType
public enum BackupDeviceType
public enum BackupDeviceType
Members
| Member name | Description |
|---|---|
| CDRom | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
| 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 | The device is unknown. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.