共用方式為


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.

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間