Condividi tramite


BackupRestoreBase.AsyncOperation Enumeration

The BackupRestoreBase.AsyncOperation enumeration contains values that are used to specify which backup components are running asynchronously.

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

Sintassi

'Dichiarazione
Protected Enumeration AsyncOperation
protected enum AsyncOperation
private enum class AsyncOperation
protected enum AsyncOperation
protected enum AsyncOperation

Members

Member name Description
Backup The backup process is the asynchronous operation.
None There is no asynchronous operation.
Restore The restore process is the asynchronous operation.

Osservazioni

Testo aggiornato:

The BackupRestoreBase.AsyncOperation enumeration is served by the currentAsyncOperation property.

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

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

Microsoft.SqlServer.Management.Smo Namespace