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
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | There is no asynchronous operation. | |
| Backup | The backup process is the asynchronous operation. | |
| Restore | The restore process is the asynchronous operation. |
注释
The BackupRestoreBase..::..AsyncOperation enumeration is served by the currentAsyncOperation property.