다음을 통해 공유


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.