BackupRestoreBase::AsyncOperation Enumeration
The BackupRestoreBase::AsyncOperation enumeration contains values that are used to specify which backup components are running asynchronously.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
| 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. |
The BackupRestoreBase::AsyncOperation enumeration is served by the currentAsyncOperation property.
Show: