Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
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. |