Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |