Перечисление 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.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)

Синтаксис

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

Элементы

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

Замечания

The DeviceType enumeration class is served by the DeviceType property.