Condividi tramite


Server.BackupDevices Property

Represents a collection of BackupDevice objects. Each BackupDevice object represents a backup device defined on the instance of Microsoft SQL Server.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property BackupDevices As BackupDeviceCollection
public BackupDeviceCollection BackupDevices { get; }
public:
property BackupDeviceCollection^ BackupDevices {
    BackupDeviceCollection^ get ();
}
/** @property */
public BackupDeviceCollection get_BackupDevices ()
public function get BackupDevices () : BackupDeviceCollection

Valore proprietà

A BackupDeviceCollection object that represents all the backup devices defined on the instance of SQL Server.

Osservazioni

Testo aggiornato:

A tape drive or disk drive that is used in a backup or restore operation is referred to as a backup device. When you create backups, you must select a backup device to write the data on. For more information, see Periferiche di backup.

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Server Class
Server Members
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

How to: Reference an Object by Using a Collection in Visual Basic .NET
Using Collections
Backing Up and Restoring Databases and Transaction Logs
Gestione dei server