BackupDeviceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum BackupDeviceType
type BackupDeviceType =
Public Enum BackupDeviceType
- Inheritance
-
BackupDeviceType
Fields
CDRom | 7 | Reserved for future use. |
Disk | 2 | Device is a disk file. |
FloppyA | 3 | Device is a disk file created on removable media in the A drive. |
FloppyB | 4 | Device is a disk file created on removable media in the B drive. |
Pipe | 6 | Device identifies a named pipe. |
Tape | 5 | Device is a tape. |
Unknown | 100 | Bad or invalid device type. |
Url | 9 | Device is a URL. |