Share via


BackupDeviceType 列舉

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)

語法

'宣告
Public Enumeration BackupDeviceType
'用途
Dim instance As BackupDeviceType
public enum BackupDeviceType
public enum class BackupDeviceType
type BackupDeviceType
public enum BackupDeviceType

成員

成員名稱 說明
CDRom 僅供參考之用。不支援。我們無法保證未來的相容性。
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.

備註

The BackupDeviceType enumeration class is served by the BackupDevice class.