Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Elemente
| Elementname | 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. |
Hinweise
The BackupDeviceType enumeration class is served by the BackupDevice class.
Beispiele
Sichern und Wiederherstellen von Datenbanken und Transaktionsprotokollen
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace