Delen via


DeviceType Enumeration

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.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace