DeviceType 枚举
Specifies the device types.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration DeviceType
用法
Dim instance As DeviceType
public enum DeviceType
public enum class DeviceType
type DeviceType
public enum DeviceType
成员
成员名称 | 说明 | |
---|---|---|
DatabaseSnapshot | The type is DatabaseSnapshot. | |
Disk | The type is Disk. | |
None | The type is None. | |
Tape | The type is Tape. | |
VirtualDevice | The type is VirtualDevice. |