Énumération BackupDeviceType

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (dans Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Enumeration BackupDeviceType
'Utilisation
Dim instance As BackupDeviceType
public enum BackupDeviceType
public enum class BackupDeviceType
type BackupDeviceType
public enum BackupDeviceType

Membres

Nom de membre Description
CDRom Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.
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.

Notes

The BackupDeviceType enumeration class is served by the BackupDevice class.