Share via


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.