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.