BackupDevice.BackupDeviceType Property
SQL Server 2005
Gets or sets the type of backup device of the backup device.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
/** @property */ public BackupDeviceType get_BackupDeviceType () /** @property */ public void set_BackupDeviceType (BackupDeviceType value)
public function get BackupDeviceType () : BackupDeviceType public function set BackupDeviceType (value : BackupDeviceType)
Property Value
A BackupDeviceType object that specifies the device type of the backup device. By default, the value is not specified.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.