Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the device types.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration DeviceType
'Usage
Dim instance As DeviceType
public enum DeviceType
public enum class DeviceType
type DeviceType
public enum DeviceType
Members
Member name | Description | |
---|---|---|
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. |