Compartir a través de


BackupRestoreBase.AsyncOperation Enumeration

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

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
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.

Notas

Texto actualizado:

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

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Management.Smo Namespace