Aracılığıyla paylaş


DeviceType Enumeration

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)

Syntax

'Bildirim
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.

Remarks

The DeviceType enumeration class is served by the DeviceType property.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.