Перечисление BackupRestoreBase.AsyncOperation
The BackupRestoreBase.AsyncOperation enumeration contains values that are used to specify which backup components are running asynchronously.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Protected Enumeration AsyncOperation
'Применение
Dim instance As BackupRestoreBase.AsyncOperation
protected enum AsyncOperation
protected enum class AsyncOperation
type AsyncOperation
protected enum AsyncOperation
Элементы
Имя элемента | Описание | |
---|---|---|
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.