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
'Declaration
Public Enumeration BackupDeviceType
'Usage
Dim instance As BackupDeviceType
public enum BackupDeviceType
public enum class BackupDeviceType
type BackupDeviceType
public enum BackupDeviceType
Member
| Membername | Beschreibung | |
|---|---|---|
| CDRom | Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt. | |
| 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. |
Siehe auch