共用方式為


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.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Enumeration DeviceType
'用途
Dim instance As DeviceType
public enum DeviceType
public enum class DeviceType
type DeviceType
public enum DeviceType

成員

成員名稱 說明
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.

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間