Enumeração BackupDeviceType
The BackupDeviceType enumeration contains values that are used to specify the backup device type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)
Sintaxe
'Declaração
Public Enumeration BackupDeviceType
'Uso
Dim instance As BackupDeviceType
public enum BackupDeviceType
public enum class BackupDeviceType
type BackupDeviceType
public enum BackupDeviceType
Membros
| Nome do membro | Descrição | |
|---|---|---|
| CDRom | Identificado apenas para fins informativos. Não há suporte. A compatibilidade futura não está garantida. | |
| 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. |
Consulte também