Enum SqlBackupDeviceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the type of backup device.
public enum SqlBackupDeviceType
Fields
Disk = 1The device is a disk file.
Tape = 2The device is a tape.
Unknown = 0The device type is unknown.