Поделиться через


Перечисление DeviceType

The DeviceType enumeration is a list of constant values that specify the various different types of devices supported by SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Enumeration DeviceType
'Применение
Dim instance As DeviceType
public enum DeviceType
public enum class DeviceType
type DeviceType
public enum DeviceType

Элементы

Имя элемента Описание
File Specifies a disk file.
LogicalDevice Specifies a logical device.
Pipe Specifies a named pipe.
Tape Specifies a tape device.
VirtualDevice Specifies a virtual device.

Замечания

The DeviceType enumeration class is served by the DeviceType property.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo