다음을 통해 공유


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.