Compartir a través de


Enumeración BackupDeviceType

The BackupDeviceType enumeration contains values that are used to specify the backup device type.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration BackupDeviceType
'Uso
Dim instance As BackupDeviceType
public enum BackupDeviceType
public enum class BackupDeviceType
type BackupDeviceType
public enum BackupDeviceType

Miembros

Nombre del miembro Descripción
CDRom Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.
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.

Comentarios

The BackupDeviceType enumeration class is served by the BackupDevice class.