BackupRestoreBase.AsyncOperation Enumeration
The BackupRestoreBase.AsyncOperation enumeration contains values that are used to specify which backup components are running asynchronously.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
語法
'宣告
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. |
備註
更新的文字:
The BackupRestoreBase.AsyncOperation enumeration is served by the currentAsyncOperation property.
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。