Enumeración BackupRestoreBase.AsyncOperation
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.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Protected Enumeration AsyncOperation
'Uso
Dim instance As BackupRestoreBase.AsyncOperation
protected enum AsyncOperation
protected enum class AsyncOperation
type AsyncOperation
protected enum AsyncOperation
Miembros
Nombre del miembro | Descripción | |
---|---|---|
Backup | The backup process is the asynchronous operation. | |
None | There is no asynchronous operation. | |
Restore | The restore process is the asynchronous operation. |
Comentarios
The BackupRestoreBase.AsyncOperation enumeration is served by the currentAsyncOperation property.