Share via


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.