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 네임스페이스