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


DeviceType Enumeration

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

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

Синтаксис

'Декларация
Public Enumeration DeviceType
public enum DeviceType
public enum class DeviceType
public enum DeviceType
public enum DeviceType

Members

Member name Description
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.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Management.Smo Namespace