DeviceType-Enumeration

The DeviceType enumeration is a list of constant values that specify the various different types of devices supported by SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Enumeration DeviceType
'Usage
Dim instance As DeviceType
public enum DeviceType
public enum class DeviceType
type DeviceType
public enum DeviceType

Elemente

Elementname Beschreibung
File Specifies a disk file.
LogicalDevice Specifies a logical device.
Pipe Specifies a named pipe.
Tape Specifies a tape device.
VirtualDevice Specifies a virtual device.

Hinweise

The DeviceType enumeration class is served by the DeviceType property.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace